[cp-patches] FYI: BasicTextUI fix

2006-09-02 Thread Roman Kennke
This fixes the layout information for JTextFields (and presumably other text components too). 2006-09-02 Roman Kennke [EMAIL PROTECTED] PR 28928 * javax/swing/plaf/basic/BasicTextUI.java (RootView.getPreferredSpan): Default to 10 when there is no real view.

Re: [cp-patches] FYI: BasicTextUI fix

2006-06-06 Thread David Gilbert
Roman Kennke wrote: I plan to implement all the missing keyboard methods in the UIs next). Hi Roman, I'm doing BasicSplitPaneUI right now... Regards, Dave

[cp-patches] FYI: BasicTextUI fix

2005-11-08 Thread Roman Kennke
This fixes BasicTextUI so that the colors in the textfield demo are correctly set when enabling/disabling. 2005-11-08 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTextUI.java (installDefaults): Initialize background field correctly. /Roman Index:

[cp-patches] FYI: BasicTextUI fix

2005-11-03 Thread Roman Kennke
Obviously my previous addition of an abstract method broke the build because I forgot the RootView in BasicTextUI. I fixed this. 2005-11-02 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTextUI.java (RootView.getNextVisualPositionFrom): New method. /Roman Index: