Re: [cp-patches] RFC: some missing DeleteLocalRef patches

2005-11-24 Thread Christian Thalinger
Hi! Found this one with statcvs, ok? TWISTI 2005-11-24 Christian Thalinger [EMAIL PROTECTED] * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c (save_to_stream): Added missing DeleteLocalRef call. Index:

[cp-patches] FYI: NumberFormatter implemented

2005-11-24 Thread Anthony Balkissoon
Implemented the class javax.swing.text.NumberFormatter. It will likely need further work but all the tests I can easily run work okay. Once I implement DefaultFormatterFactory it should be easier to run real-world tests and make sure this has the proper behaviour. Also made a change in the

[cp-patches] Patch: SplitPaneDivider fix

2005-11-24 Thread Lillian Angel
Added code to actually paint the one touch buttons on the divider and implemented the missing class in MetalSplitPaneDivider. 2005-11-24 Lillian Angel [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicArrowButton.java (paint): Fixed locations, so button is drawn in proper place.

[cp-patches] FYI: JTable fixlet

2005-11-24 Thread Roman Kennke
Hi, I adjusted the DefaultTableCellRenderer to not adapt the JTables enabled property setting to the renderer. The cells are rendered normally even when the JTable itself is disabled. 2005-11-24 Roman Kennke [EMAIL PROTECTED] * javax/swing/table/DefaultTableCellRenderer.java

[cp-patches] FYI: BasicLabelUI cleanup

2005-11-24 Thread Roman Kennke
Hi, I removed some unnecessary code from the BasicLabelUI. 2005-11-24 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicLabelUI.java (getPreferredSize): Don't use deprecated method to acquire FontMetrics object. This can be done more elegantly using