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 ={newDraft_10(), newDraft_17(), newDraft_76(), newDraft_75() };
44+
Draft[] drafts ={newDraft_17(), newDraft_10(), newDraft_76(), newDraft_75() };
4545
draft = newJComboBox( drafts );
4646
c.add( draft );
4747

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

171-
}
171+
}

0 commit comments

Comments
(0)