Skip to content

Commit 74756de

Browse files
committed
Merge branch 'master' into SFX-8
2 parents cd53c11 + 0960bb1 commit 74756de

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ Simple example of a ScalaFX application using [Simple-Build-Tool](http://www.sca
66
Content
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
2423
3. 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

3643
If you want to create project that can be used with IntelliJ IDEA, inside
3744
this project directory, at command prompt type:
3845

3946
%> sbt gen-idea
4047

41-
4248
If you want to create project that can be used with Eclipse, inside
4349
this project directory, at command prompt type:
4450

0 commit comments

Comments
 (0)