@@ -6,11 +6,10 @@ Simple example of a ScalaFX application using [Simple-Build-Tool](http://www.sca
66Content
77-------
88
9- src/main/scala/hello/ScalaFXHelloWorld.scala - sample ScalaFX application.
10-
11- build.sbt - the main SBT configuration file.
12- project/build.properties - version of SBT to use.
13- project/plugins.sbt - plugins used for creation of IDEA and Eclipse projects.
9+ * ` src/main/scala/hello/ScalaFXHelloWorld.scala ` - sample ScalaFX application.
10+ * ` build.sbt ` - the main SBT configuration file.
11+ * ` project/build.properties ` - version of SBT to use.
12+ * ` project/plugins.sbt ` - plugins used for creation of IDEA and Eclipse projects.
1413
1514
1615
@@ -24,21 +23,28 @@ How to build and Run
24233 . Run the example: change o directory containing this example and use SBT to
2524 build and run the example:
2625
26+ ```
2727 %> sbt run
28+ ```
2829
2930 It will download needed dependencies, including Scala and ScalaFX, and run
3031 the example code.
3132
3233
33- Crete project for IDEA or Eclipse
34- ---------------------------------
34+ Import into IDEA or NetBeans
35+ ----------------------------
36+
37+ Intellij IDEA and NetBeans with Scala plugins can directly import SBT projects.
38+
39+
40+ Crete project for Eclipse
41+ -------------------------
3542
3643If you want to create project that can be used with IntelliJ IDEA, inside
3744this project directory, at command prompt type:
3845
3946 %> sbt gen-idea
4047
41-
4248If you want to create project that can be used with Eclipse, inside
4349this project directory, at command prompt type:
4450
0 commit comments