Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hottimbo

    java.lang.NoClassDefFoundError:

    Having nothing but problems packaging applet class files and jarring them... I have created a package of classes. When I dont jar them up and just reference them with the CODE="myclass.class" tag, everything is peachy. When I jar them up however, it all goes pear shaped. I set the...
  2. hottimbo

    java.lang.ClassNotFoundException

    Hi, I get a java.lang.ClassNotFoundException when I try and load my applet up in a browser. I've created my package, I've jared it up to MyArchive.jar. It looks like this... META-INF/ META-INF/MANIFEST.MF classes/company/package/MyApplet.class ... I put my jar file onto the webserver in the...
  3. hottimbo

    applet html frames

    Hi, I've got an applet that makes requests to the webserver and gets back some html form. So, now that the applet has the html for this form - how can I open up a new frame/browser window containing this content ? Thanks, Tim
  4. hottimbo

    LayoutManger and painting in JApplets

    Hi, I have a JApplet with two panels in it. I am currently using BorderLayout, with one panel in NORTH and one in CENTER. Both contain animations and need updating constantly, so I have created a thread in the main applet to call update() every 50 milliseconds. My problem is that the...
  5. hottimbo

    Message passing between subcomponents.

    Thanks, that makes sense. I'll do that. I currently have a mouse listener in the center panel doing this, so I can't seem to trap those mouse messages in the main JApplet. I guess I'll handle all the mouse stuff in the main applet like you suggest, and not in the individual components. I've...
  6. hottimbo

    Message passing between subcomponents.

    Hi, I've got a JApplet class with a JPanel object as the content pane. The content pane Panel has a BorderLayout, with one one JPanel derived class in NORTH, and one JPanel derived class in CENTER. The center panel is a map on which places can be selected. I want the NORTH panel to display...

Part and Inventory Search

Back
Top