mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2025-01-19 00:26:27 +01:00
expose primaryStage in ExtensionForm
This commit is contained in:
parent
e6a74aa971
commit
3d59ccbab4
@ -11,7 +11,7 @@ import gearth.protocol.HPacket;
|
|||||||
public abstract class ExtensionForm implements IExtension {
|
public abstract class ExtensionForm implements IExtension {
|
||||||
|
|
||||||
volatile Extension extension;
|
volatile Extension extension;
|
||||||
volatile Stage primaryStage;
|
protected volatile Stage primaryStage;
|
||||||
|
|
||||||
protected static void runExtensionForm(String[] args, Class<? extends ExtensionForm> extension) {
|
protected static void runExtensionForm(String[] args, Class<? extends ExtensionForm> extension) {
|
||||||
ExtensionFormLauncher launcher = new ExtensionFormLauncher();
|
ExtensionFormLauncher launcher = new ExtensionFormLauncher();
|
||||||
|
Loading…
Reference in New Issue
Block a user