A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Windows 10 » Windows 10 Help Forum
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Creators Up bug ( java programs)



 
 
Thread Tools Rate Thread Display Modes
  #1  
Old April 18th 17, 10:47 AM posted to alt.comp.os.windows-10
Max max
external usenet poster
 
Posts: 6
Default Creators Up bug ( java programs)

In some pc (not all) after the upgrade java programs crash when they
search to open a file.
Do you have this bug ? Solutions ?
Ads
  #2  
Old April 18th 17, 07:58 PM posted to alt.comp.os.windows-10
Max max
external usenet poster
 
Posts: 6
Default Creators Up bug ( java programs)

https://bugs.openjdk.java.net/browse/JDK-8178873
  #3  
Old April 20th 17, 06:20 PM posted to alt.comp.os.windows-10
Max max
external usenet poster
 
Posts: 6
Default JFileChooser with Windows look and feel crashes on win 10 + jre-8 131

Il 18/04/2017 20.58, Max max ha scritto:
https://bugs.openjdk.java.net/browse/JDK-8178873


https://bugs.openjdk.java.net/browse/JDK-8179014

import javax.swing.JFileChooser;
import javax.swing.UIManager;

public class JFileChooserBox {
public static void main(String[] args) {
try {

UIManager.setLookAndFeel(UIManager.getSystemLookAn dFeelClassName());
} catch (Exception e) {
e.printStackTrace();
}

JFileChooser fileChooser = new JFileChooser();
fileChooser.showOpenDialog(null);
}
}

  #4  
Old April 21st 17, 07:24 PM posted to alt.comp.os.windows-10
Max max
external usenet poster
 
Posts: 6
Default JFileChooser with Windows look and feel crashes on win 10 + jre-8131

Solved: deactivate God mode
 




Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off






All times are GMT +1. The time now is 04:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.