snaren / keytool-iui

Automatically exported from code.google.com/p/keytool-iui
0 stars 0 forks source link

Replace BrowserLauncher with java.awt.Desktop.browse() #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Java 6 provides a standard class to open the default browser, it makes the 
BrowserLauncher class obsolete.

Original issue reported on code.google.com by emmanuel...@gmail.com on 31 Mar 2011 at 2:14

GoogleCodeExporter commented 8 years ago

Original comment by bantc...@gmail.com on 31 Mar 2011 at 2:42

GoogleCodeExporter commented 8 years ago

Original comment by bantc...@gmail.com on 31 Mar 2011 at 2:47

GoogleCodeExporter commented 8 years ago

Original comment by ebo...@apache.org on 31 Mar 2011 at 4:20

GoogleCodeExporter commented 8 years ago

Original comment by bantc...@gmail.com on 31 Mar 2011 at 10:27

GoogleCodeExporter commented 8 years ago
The replacement may not be needed, it seems the class is not actually used by 
KeyTool IUI.

Original comment by ebo...@apache.org on 1 Apr 2011 at 10:33

GoogleCodeExporter commented 8 years ago
OK, I removed old stuff from Eric.
Replaced calls by call to
java.awt.Desktop.getDesktop().browse(URI uri)

Original comment by bantc...@gmail.com on 1 Apr 2011 at 1:28

GoogleCodeExporter commented 8 years ago
Yes, you're right.

Anyway I took this opportunity to add both menuItem and iconButton to allow
to reach the project online.
Please Issue #9.

Bob

Original comment by bantc...@gmail.com on 2 Apr 2011 at 12:35