modifiche codice
This commit is contained in:
Binary file not shown.
@@ -1,4 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
|
||||
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
|
||||
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
|
||||
<group>
|
||||
<file>file:/home/docente/Progetti/Didattica_Socket/ClientSconnesso/src/clientsconnesso/ClientSconnesso.java</file>
|
||||
</group>
|
||||
</open-files>
|
||||
</project-private>
|
||||
|
||||
@@ -6,7 +6,6 @@ import java.io.IOException;
|
||||
public class ClientSconnesso {
|
||||
|
||||
public static void main(String[] args) {
|
||||
// TODO code application logic here
|
||||
String messaggio = "Ciao amico server";
|
||||
|
||||
try {
|
||||
@@ -15,5 +14,4 @@ public class ClientSconnesso {
|
||||
System.out.println(ex.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,8 @@
|
||||
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
|
||||
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
|
||||
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
|
||||
<group/>
|
||||
<group>
|
||||
<file>file:/home/docente/Progetti/Didattica_Socket/USocket/src/com/mirimatcode/UDatagram.java</file>
|
||||
</group>
|
||||
</open-files>
|
||||
</project-private>
|
||||
|
||||
Reference in New Issue
Block a user