Hey guys,
Does anybody know code that will open a browser with a desired web address?
Thanks
User Profile
Collapse
-
Thanks man, I tried System.exit(0); but I forgot the capital previously. =P... -
Terminate Program command
Hey guys, does anyone know of a command in java that will close down the entire program?
Thanks -
Well one of the problems was my path (silly me :P) that and I checked out the NetBeans generated code and used that to help me.Leave a comment:
-
Found solution:
public void setOverview(Str ing name)
{
boatOverviewLbl .setIcon(new javax.swing.Ima geIcon(getClass ().getResource( "/YachtPackage/Overviews/"+name+".jpg")) );
}
Thanks anyway.Leave a comment:
-
Setting Custom Icons Help
Hey guys,
I writing a program (major project actually ^^ ) and I need to set a icon (using a label) to a custom picture / path. I'm having trouble, although the IDE (I'm using NetBeans btw) doesn't show errors, it doesn't display the picture either.
Here is my code:
public void setOverview(Str ing name)
{
ImageIcon pic = new ImageIcon("/YachtPackage/"+name+".jp g");...
No activity results to display
Show More
Leave a comment: