[cp-patches] FYI: JTextField fixlet

2006-03-31 Thread Roman Kennke
It seems that application expect the text of the textfield in the ActionEvent when ENTER is pressed. I fixed this, which made the jIRCii application somewhat work: http://kennke.org/~roman/jircii.png 2006-03-31 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/JTextField.java (fir

[cp-patches] FYI: JTextField fixlet

2006-02-01 Thread Roman Kennke
In JTextField.getPreferredSize() we must include the textfield's insets, otherwise we might get strange layouts. 2006-01-31 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/JTextField.java (getPreferredSize): Also include textfield's insets in width calculation. /Roman In