Skip to content

Commit

Permalink
Using org.luwrain.controls.edit
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Mar 9, 2024
1 parent d8ea3f1 commit 628922c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/main/java/org/luwrain/app/notepad/App.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2012-2022 Michael Pozhidaev <[email protected]>
Copyright 2012-2024 Michael Pozhidaev <[email protected]>
This file is part of LUWRAIN.
Expand All @@ -23,6 +23,7 @@
import org.luwrain.core.*;
import org.luwrain.core.events.*;
import org.luwrain.controls.*;
import org.luwrain.controls.edit.*;
import org.luwrain.speech.*;
import org.luwrain.app.base.*;

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/luwrain/app/notepad/Appearance.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2012-2022 Michael Pozhidaev <[email protected]>
Copyright 2012-2024 Michael Pozhidaev <[email protected]>
This file is part of LUWRAIN.
Expand All @@ -18,10 +18,10 @@

import java.util.*;
import java.util.concurrent.*;
//import java.io.*;

import org.luwrain.core.*;
import org.luwrain.controls.*;
import org.luwrain.controls.edit.*;
import org.luwrain.nlp.*;
import static org.luwrain.core.DefaultEventResponse.*;

Expand Down
3 changes: 2 additions & 1 deletion src/main/java/org/luwrain/app/notepad/Hooks.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2012-2022 Michael Pozhidaev <[email protected]>
Copyright 2012-2024 Michael Pozhidaev <[email protected]>
This file is part of LUWRAIN.
Expand All @@ -23,6 +23,7 @@
import org.luwrain.core.*;
import org.luwrain.core.events.*;
import org.luwrain.controls.*;
import org.luwrain.controls.edit.*;
import org.luwrain.script.*;
import org.luwrain.script.hooks.*;

Expand Down
3 changes: 2 additions & 1 deletion src/main/java/org/luwrain/app/notepad/MainLayout.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2012-2022 Michael Pozhidaev <[email protected]>
Copyright 2012-2024 Michael Pozhidaev <[email protected]>
This file is part of LUWRAIN.
Expand All @@ -24,6 +24,7 @@
import org.luwrain.core.events.*;
import org.luwrain.core.queries.*;
import org.luwrain.controls.*;
import org.luwrain.controls.edit.*;
import org.luwrain.script.*;
import org.luwrain.app.base.*;
import org.luwrain.nlp.*;
Expand Down

0 comments on commit 628922c

Please sign in to comment.