Skip to content

Commit

Permalink
small changes in text field
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Diaz committed Oct 21, 2012
1 parent 16a1efa commit d0ca25f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/main/java/info/danidiaz/xanela/testapp/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,8 @@ private void doPop(MouseEvent e){
}

});


westPanel.add(label);





westPanel.add(label);

frame.getContentPane().add(westPanel,BorderLayout.EAST);
final JTextField tf = new JTextField(18);
Expand All @@ -117,7 +112,7 @@ private void doPop(MouseEvent e){

@Override
public void actionPerformed(ActionEvent arg0) {
tf.setText("nananiero");
tf.setText("nananiero nananiero nananiero");

}
});
Expand Down

0 comments on commit d0ca25f

Please sign in to comment.