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. KentCoon

    ASAP Java 2 Swing Library

    Thanks alot, that fixed the Hello World problem!!<br> I did it the Wrong way... he he he....<br> <br>
  2. KentCoon

    ASAP Java 2 Swing Library

    by the way I put the c:/javaprogram into path class path already.
  3. KentCoon

    ASAP Java 2 Swing Library

    I have a bigger problem then that... I just realized. The hello world doesn't work either...<br> <br> it says: Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorldApp/class<br> <br> any ideas? Help!
  4. KentCoon

    ASAP Java 2 Swing Library

    import java.applet.*;<br> import java.util.*;<br> import java.awt.*;<br> import javax.swing.*;<br> <br> public class apple extends JApplet {<br> public void paint(Graphics g) {<br> g.drawString("Yes!", 25, 35);<br> }<br> }<br> <br> I was just testing it.<br> It's in it's own directory...
  5. KentCoon

    Date and Number text box component...

    Is the calendar control on Excel VBA... it doesn't seem to be there...<br> <br> thanks w1sh3!
  6. KentCoon

    ASAP Java 2 Swing Library

    to give you a little more information here is the error message I get when I try to call JApplet:<br> <br> exception in thread "main" java.util.MissingResourceExcption: Can't find resource for bundle sun.applet.resouces.MsgAppletViewer, key appletpanel.badattribute.exception<br> at...
  7. KentCoon

    ASAP Java 2 Swing Library

    I'm doing something for work right now.<br> <br> I need the use of the swing library to write the applet but I can't get to it. I just installed Java version 1.2.2.<br> <br> Any ideas on why it's not working? Where do you think this file is stored?<br> <br> Thanks alot!
  8. KentCoon

    Date and Number text box component...

    Is there an component for a date and number box somewhere? It would have properties like a text box except it would be for dates and numbers? If you know of it, how can I access it? Thanks a bunch!
  9. KentCoon

    Reading Window files

    <br> Hey, I'm new to Java Programming. So I'll need lot's of help! My very first question is:<br> Does anyone know how to make one of you applications read file names like explore does on windows?<br> <br> Thanks buddies.
  10. KentCoon

    Records Before Failure

    I'm doing a survey of Access vs Oracle.<br> <br> I know that access was not written as an enterpirse database. Anyone know how long it takes for it to break down?<br> <br>

Part and Inventory Search

Back
Top