Prasanta Sadhukhan

Results 14 issues of Prasanta Sadhukhan

Setting JSplitPane divider size to negative value leads to unexpected results and is not desirable and seems to be not practical. I guess we should return IAE but it might...

ready
rfr
client

It is seen that using VK_F4 in JButton's setMnemonic(int i), causes the letter 'S' in the JButton to be underlined if JButton's text has 'S' in its string. This is...

ready
rfr
client

Issue is Arrow in submenu with empty title have a wrong position in Aqua L&F as can be seen which is because the text being null/empty, `labelR` rectangle width/height is...

ready
rfr
client

DefaultListSelectionModel.removeIndexInterva accepts `int` value which allows it to take in Integer.MAX_VALUE theoratically but it does calculation with that value which can results in IOOBE. Fix is to make sure the...

csr
rfr
client

If JOptionPane's message contains both linefeed/cursor return and HTML tag ie, **" + "This is a test\n" + "**, then "" will be shown in the JOptionPane dialog box because...

ready
rfr
client

Label.foreground UIProperty is not honored by Nimbus L&F. Added support for setting JLabel foreground color for Nimbus L&F --------- ### Progress - [ ] Change must be properly reviewed (1...

rfr
client

Few tests were converted from applet manual to main using PassFailJFrame manual framework but the extra folder was not deleted javax/swing/JFileChooser/6798062/bug6798062.java javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.html javax/swing/JInternalFrame/6726866/bug6726866.java so tests are now moved to one...

rfr
client

Conversion of manual applet test to main based using PassFailJFrame manual framework --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1...

rfr
client

Adding, then removing, and then adding a JFXPanel to the same component in the Swing scene graph leads to a NullPointerException in GlassScene because the sceneState is null. Removing JFXPanel...

rfr

When JRadioButtonMenuItem is called with imageIcon, then only imageIcon is shown without radiobutton in WIndowsLookAndFeel as there was no provision of drawing the radiobutton alongside icon. If icon is not...

rfr
client