Skip to content

Commit ce3ede1

Browse files
committed
ChatClient: make Draft 17 be the default selection.
1 parent acf4cad commit ce3ede1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/ChatClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public ChatClient( String defaultlocation ) {
4141
layout.setRows( 6 );
4242
c.setLayout( layout );
4343

44-
Draft[] drafts = { new Draft_10(), new Draft_17(), new Draft_76(), new Draft_75() };
44+
Draft[] drafts = { new Draft_17(), new Draft_10(), new Draft_76(), new Draft_75() };
4545
draft = new JComboBox( drafts );
4646
c.add( draft );
4747

@@ -168,4 +168,4 @@ public static void main( String[] args ) {
168168
new ChatClient( location );
169169
}
170170

171-
}
171+
}

0 commit comments

Comments
 (0)