Abhishek Kumar
Abhishek Kumar
JFileChooser - empty file size issue fixed. For empty file, now the size 0 KB. Manual Test Case "FileSizeCheck.java" created. --------- ### Progress - [x] Change must be properly reviewed...
Conversion of manual applet test to main based using PassFailJFrame manual framework --------- ### Progress - [x] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer))...
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...
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...
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...
8075917: The regression-swing case failed as the text on label is not painted red with the GTK L&F
JLabel text is not painted with the LAF defined foreground color in GTK LAF. In GTK LAF the foreground color is retrieved by using native system APIs. Fix is to...
In GTK LAF, the menu mnemonics are always displayed which is different from the native behavior. In native application **(tested with gedit for normal buttons and tested with libreoffice for...
`AccessibleText.getBeforeIndex` method returns `null for last characte`r due to the **wrong boundary value condition check**. This method returns `null` when the `passed index parameter` is equal to `text's length` which...