Revize efc1d63e
Přidáno uživatelem Jan Havlíček před téměř 5 roky(ů)
project/Deserializer/.classpath | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
<classpath> |
3 | 3 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> |
4 |
<accessrules> |
|
5 |
<accessrule kind="accessible" pattern="javafx/**"/> |
|
6 |
<accessrule kind="accessible" pattern="com/sun/javafx/**"/> |
|
7 |
</accessrules> |
|
4 |
<accessrules>
|
|
5 |
<accessrule kind="accessible" pattern="javafx/**"/>
|
|
6 |
<accessrule kind="accessible" pattern="com/sun/javafx/**"/>
|
|
7 |
</accessrules>
|
|
8 | 8 |
</classpathentry> |
9 | 9 |
<classpathentry kind="src" path="src"/> |
10 |
<classpathentry kind="src" path="resources"/> |
|
10 | 11 |
<classpathentry kind="output" path="bin"/> |
11 | 12 |
</classpath> |
project/Deserializer/src/Deserializer.java | ||
---|---|---|
82 | 82 |
super.stop(); |
83 | 83 |
converter.end(); |
84 | 84 |
converter.join(); |
85 |
Platform.exit(); |
|
86 |
System.exit(0); |
|
85 | 87 |
} |
86 | 88 |
|
87 | 89 |
@Override |
... | ... | |
92 | 94 |
stage.setScene(createScene()); |
93 | 95 |
stage.setMinWidth(400); |
94 | 96 |
stage.show(); |
95 |
|
|
97 |
|
|
96 | 98 |
stage.fullScreenProperty().addListener((obs, oldState, newState) -> { |
97 | 99 |
changeFullScreenMenuItem(); |
98 | 100 |
}); |
Také k dispozici: Unified diff
re #7891 #7890 Attempt to kill the deamons