RFE: Windows awt FileDialog in JDK9

2016-03-07 Thread Hendrik Schreiber
Hey there, as far as I can tell, the Windows AWT FileDialog still uses the Win32 Common File Dialog (see awt_FileDialog.cpp), which has existed seemingly forever. Since we don’t support older Windows versions anymore in JDK9, wouldn’t it make sense to update the AWT FileDialog implementation

Review request for 8151385: [hidpi] JOptionPane-Icons only partially visible when using Windows 10 L

2016-03-07 Thread Hendrik Schreiber
Hey there, Could someone please review this fix for JDK8u. Bug: https://bugs.openjdk.java.net/browse/JDK-8151385 Webrev: https://www.beatunes.com/download/webrev-8151385.zip Issue: On

[9] Review-request for 6353518: Creation of a WritableRaster with a custom DataBuffer causes erroneous Exception

2016-03-07 Thread Ajit Ghaisas
Hi, Bug : https://bugs.openjdk.java.net/browse/JDK-6353518 Issue : (Text from bug description) An attempt to create a WritableRaster via Raster.createWritableRaster(SampleModel sm, DataBuffer db, Point location) using a custom DataBuffer causes an erroneous