Advertisement
Guest User

gbc

a guest
Apr 21st, 2013
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1.         GridBagConstraints left = new GridBagConstraints();
  2.         left.weightx = 1.0;
  3.         left.fill = GridBagConstraints.HORIZONTAL;
  4.         GridBagConstraints right = new GridBagConstraints();
  5.  
  6.         southPanel.add(messageBox, left);
  7.         southPanel.add(sendMessage, right);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement