User Profile

Collapse

Profile Sidebar

Collapse
vman595
vman595
Last Activity: Jul 13 '07, 10:06 AM
Joined: May 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vman595
    started a topic Internet Link
    in Java

    Internet Link

    Hey guys,

    Does anybody know code that will open a browser with a desired web address?

    Thanks
    See more | Go to post

  • vman595
    replied to Terminate Program command
    in Java
    Thanks man, I tried System.exit(0); but I forgot the capital previously. =P...
    See more | Go to post

    Leave a comment:


  • vman595
    started a topic Terminate Program command
    in Java

    Terminate Program command

    Hey guys, does anyone know of a command in java that will close down the entire program?

    Thanks
    See more | Go to post

  • vman595
    replied to Setting Custom Icons Help
    in Java
    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.
    See more | Go to post

    Leave a comment:


  • vman595
    replied to Setting Custom Icons Help
    in Java
    Found solution:

    public void setOverview(Str ing name)
    {
    boatOverviewLbl .setIcon(new javax.swing.Ima geIcon(getClass ().getResource( "/YachtPackage/Overviews/"+name+".jpg")) );
    }

    Thanks anyway.
    See more | Go to post

    Leave a comment:


  • vman595
    started a topic Setting Custom Icons Help
    in Java

    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");...
    See more | Go to post
No activity results to display
Show More
Working...