Skip to content

Commit 9b23327

Browse files
Updated info.
1 parent 33c4ae0 commit 9b23327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# seesaw-gui-application
1+
# Simple GUI made with Clojure and Seesaw
22

33
A simple GUI made with Clojure and Seesaw.
44

@@ -30,7 +30,7 @@ lein new app my-gui-project
3030
3. Create a project in Netbeans and create a new GUI, for example `JFrame` and add the widgets you need. Avoid using `AWT` widgets, at least for me it gives errors.
3131
4. For each component (button, progress bar, label, tree, etc.) that you will want to use, make sure to always insert a name (in its properties). For example, a textField may have as a name: `first-name`.
3232
5. Copy the GUI `MainWindow.java` file and any images to your Clojure `my-gui-project/src/my_gui_project/`.
33-
6. Edit the `MainWindow.java` and at the top, replace whatever `package xxxxx;` with: `package my_gui_project;`. Note that this is the name of the folder inside `/src/` folder. If you insert any image into the GUI, make sure to change the java file later and change the image path to `./image.png`.
33+
6. Edit the `MainWindow.java` and at the top, replace whatever `package xxxxx;` with: `package my_gui_project;`. Note that this is the name of the folder inside `/src/` folder. If you insert any image into the GUI, make sure to change the image path to `./image.png`.
3434
7. Have a look at `core.clj` file and try to do your own GUI.
3535

3636
## Usage

0 commit comments

Comments
 (0)