Removed ide specific folders, improved build output, Zutil updates
This commit is contained in:
parent
340f0232e4
commit
8853b0106c
4 changed files with 7 additions and 16 deletions
4
src/com/coder/client/gui/selectServer/SelectServerDialog.java
Normal file → Executable file
4
src/com/coder/client/gui/selectServer/SelectServerDialog.java
Normal file → Executable file
|
|
@ -105,7 +105,7 @@ public class SelectServerDialog extends GuiWindow {
|
|||
|
||||
ssdpHandler.setSSDPServiceListener(new SSDPServiceListener() {
|
||||
@Override
|
||||
public void newService(final StandardSSDPInfo service) {
|
||||
public void serviceDiscovered(StandardSSDPInfo service) {
|
||||
Platform.runLater(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
|
@ -114,6 +114,8 @@ public class SelectServerDialog extends GuiWindow {
|
|||
}
|
||||
});
|
||||
}
|
||||
@Override
|
||||
public void serviceLost(StandardSSDPInfo service) { }
|
||||
});
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue