Pavel Porvatov
|
798600a691
|
6794836 : BasicSliderUI throws NullPointerExc when JSlider maximum is Integer.MAX_VALUE
Reviewed-by: peterz
|
2009-01-29 19:06:29 +03:00 |
|
Sergey Malenkov
|
606b473fb5
|
4222508: JColorChooser ignores setEnabled() function call
Reviewed-by: peterz, rupashka
|
2009-01-23 18:31:08 +03:00 |
|
Xiomara Jayasena
|
cc8641d33a
|
6785258: Update copyright year
Update copyright for files that have been modified starting July 2008 to Dec 2008
Reviewed-by: katleman, ohair, tbell
|
2008-12-15 16:55:25 -08:00 |
|
Pavel Porvatov
|
466eda6ee4
|
6698013: JFileChooser can no longer navigate non-local file systems
ShellFolder is used only if possible
Reviewed-by: peterz
|
2008-11-25 16:42:10 +03:00 |
|
Pavel Porvatov
|
46533a9546
|
6587742: filling half of a JSlider's track is no longer optional
Now OceanTheme uses the JSlider.isFilled property like other themes
Reviewed-by: alexp
|
2008-09-10 19:16:14 +04:00 |
|
Pavel Porvatov
|
4a2921184f
|
6278700: JSlider created with BoundedRangeModel fires twice when changed
Removed second registration of listener
Reviewed-by: peterz
|
2008-09-04 15:15:24 +04:00 |
|
Peter Zhelezniakov
|
803014e138
|
5062055: JEditorPane HTML: HR-tag with attribute size=1px causes NumberFormatException
Wrapped parseInt() with try/catch
Reviewed-by: gsm
|
2008-09-01 15:21:46 +04:00 |
|
Pavel Porvatov
|
7861fdb862
|
6742358: MetalSliderUI paint wrong vertical disabled filled JSlider for DefaultMetalTheme
Corrected the method MetalSliderUI.paintTrack
Reviewed-by: malenkov
|
2008-08-29 18:58:17 +04:00 |
|
Pavel Porvatov
|
b4ad1bd707
|
6742490: JSlider tests are located in JFileChooser directory
Tests were moved to appropriate folder
Reviewed-by: peterz
|
2008-08-29 13:23:55 +04:00 |
|
Lana Steuck
|
189c383d48
|
Merge
|
2008-08-12 17:59:58 -07:00 |
|
Pavel Porvatov
|
3b50ea9003
|
6604281: NimbusL&F :Regression in Focus traversal in JFileChooser in pit build
Fixed calculation of preferred size in SynthButtonUI
Reviewed-by: loneid, peterz
|
2008-08-11 16:39:17 +04:00 |
|
Igor Kushnirskiy
|
f7be937495
|
6608456: need API to define RepaintManager per components hierarchy
Reviewed-by: alexp
|
2008-07-25 11:32:12 -04:00 |
|
Sergey Malenkov
|
95dc5f8473
|
6707406: BasicColorChooserUI tests throw NPE while getColorSelectionModel if isPropertyChanged() returns true
Reviewed-by: peterz, rupashka
|
2008-07-24 17:30:59 +04:00 |
|
Mikhail Lapshin
|
c3732ffc5d
|
6725409: Unable to localize JInternalFrame system menu during run-time
Use of the static final constants replaced by direct calls of UIManager.getString().
Reviewed-by: alexp
|
2008-07-24 14:34:02 +04:00 |
|
Mikhail Lapshin
|
a44852b8fe
|
6607130: REGRESSION: JComboBox cell editor isn't hidden if the same value is selected with keyboard
JComboBox cell editor now hides if the same value is selected with keyboard
Reviewed-by: peterz, alexp
|
2008-07-21 19:58:43 +04:00 |
|
Sergey Malenkov
|
e91ae90285
|
6552812: Add HSL tab to JColorChooser
Reviewed-by: peterz, avu
|
2008-07-18 18:26:22 +04:00 |
|
Mikhail Lapshin
|
1dce7af76f
|
6647340: Minimized JInternalFrame icons appear in incorrect positions if the main frame is resized
Now BasicInternalFrameUI and BasicDesktopIconUI both recalculate frame icon position
Reviewed-by: peterz
|
2008-07-07 16:56:23 +04:00 |
|
Xiomara Jayasena
|
2617d1d179
|
6719955: Update copyright year
Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell
|
2008-07-02 12:55:45 -07:00 |
|
Sergey Malenkov
|
ef9b3891fc
|
6718965: Swing color chooser tests should be open source
Reviewed-by: peterz
|
2008-06-26 15:39:12 +04:00 |
|
Sergey Malenkov
|
9d7b3f41e0
|
6718964: Swing border tests should be open source
Reviewed-by: peterz
|
2008-06-26 15:11:04 +04:00 |
|
Pavel Porvatov
|
cda549c2c2
|
4987336: JSlider doesn't show label's animated icon
JSlider registers as an image observer of label's icon
Reviewed-by: alexp
|
2008-06-03 18:00:04 +04:00 |
|
Mikhail Lapshin
|
44b0d9abbe
|
6694823: A popup menu can be partially hidden under the task bar in applets
In applets popup menu is shifted above the task bar
Reviewed-by: peterz
|
2008-05-26 17:58:09 +04:00 |
|
Sergey Malenkov
|
99f494c8ee
|
6348456: BasicColorChooserUI ignores JColorChooser selection model changes
Some methods are moved from AbstractColorChooserPanel to BasicColorChooserUI
Reviewed-by: peterz, alexp
|
2008-05-07 21:54:03 +04:00 |
|
Sergey Malenkov
|
cc169e2b9d
|
6625450: javax.swing.border.TitledBorder.getBaseline() doesn't throw IAE when width is < 0
Necessary check is added
Reviewed-by: peterz, alexp
|
2008-05-07 16:08:31 +04:00 |
|
Pavel Porvatov
|
f8f23e46ab
|
6688203: Memory leak and performance problems in the method getFileSystemView of FileSystemView
Removed from the "FileSystemView#getFileSystemView" method creation of a new listener and adding it to UIManager
Reviewed-by: peterz
|
2008-05-01 14:47:50 +04:00 |
|
Mikhail Lapshin
|
92019e467c
|
6690791: Even more ClassCasetException with TrayIcon
Event.getComponent() is used unstead of (Component)event.getSource()
Reviewed-by: peterz
|
2008-04-30 13:19:26 +04:00 |
|
Pavel Porvatov
|
f09d6c6ac3
|
6524424: JSlider Clicking In Tracks Behavior Inconsistent For Different Tick Spacings
JSlider should use minimal tick space in SnapToTicks mode
Reviewed-by: peterz
|
2008-04-30 12:32:05 +04:00 |
|
Pavel Porvatov
|
9d90ce5781
|
4252173: Inability to reuse the HorizontalSliderThumbIcon
Removed casting component to JSlider from MetalIconFactory
Reviewed-by: alexp
|
2008-04-28 17:17:45 +04:00 |
|
Mikhail Lapshin
|
8dff6c648b
|
6691503: Malicious applet can show always-on-top popup menu which has whole screen size
The fix for 6675802 is replaced by a try-catch clause that catches SequrityExceptions for applets.
Reviewed-by: alexp
|
2008-04-23 18:06:34 +04:00 |
|
Mikhail Lapshin
|
7cc4f58228
|
6675802: Regression: heavyweight popups cause SecurityExceptions in applets
The problem code in Popup class is surrounded by AccessController.doPrivileged()
Reviewed-by: alexp
|
2008-04-18 18:21:02 +04:00 |
|
Mikhail Lapshin
|
697620a8bb
|
6612531: api/javax_swing/ScrollPaneLayout/index.html#xxxLayoutSize (ScrollPaneLayout2024) throws NPE
Added a check for the NPE
Reviewed-by: alexp
|
2008-04-14 16:41:00 +04:00 |
|
Peter Zhelezniakov
|
a61087c762
|
4714674: JEditorPane.setPage(url) blocks AWT thread when HTTP protocol is used
Both POST and GET can now be processed asynchronously; PageLoader refactored
Reviewed-by: gsm
|
2008-04-03 16:41:43 +04:00 |
|
J. Duke
|
319a3b9947
|
Initial load
|
2007-12-01 00:00:00 +00:00 |
|