Search:

Type: Posts; User: Brt93yoda

Search: Search took 0.08 seconds.

  1. Replies
    16
    Views
    4,264

    Re: Help needed with applets

    Well the main code was an app. But I want a chat program for my website.
  2. Replies
    16
    Views
    4,264

    Re: Help needed with applets

    Oh... The irc.swiftirc.net is an IRC server. So how do I connect to it? getCode("irc.swiftirc.net"); ?
  3. Replies
    16
    Views
    4,264

    Re: Help needed with applets

    I just tested it by putting an html file in the same dir as the class file. Can you explain to me why the socke7t can only connect from the host?
  4. Replies
    16
    Views
    4,264

    Re: Help needed with applets

    Hahaha brain fart. Thank you lol

    EDIT: Still doesn't work :(
    ERRORS:


    Java Plug-in 1.6.0_18
    Using JRE version 1.6.0_18-b07 Java HotSpot(TM) Client VM
    User home directory = C:\Users\russ...
  5. Replies
    16
    Views
    4,264

    Re: Help needed with applets

    Hahaha brain fart. Thank you lol
  6. Replies
    16
    Views
    4,264

    Re: Help needed with applets

    I removed all references to girdbagConstraints, and nothing shows up for the applet.
  7. Replies
    16
    Views
    4,264

    Re: Help needed with applets

    Im not very good with Java GUI's, so i'm not sure what you mean. :(
  8. Replies
    16
    Views
    4,264

    Re: Help needed with applets

    I tried doing that, and I get a bunch of random errors.

    Heres the errors:


    java.lang.IllegalArgumentException: cannot add to layout: constraint must be a string (or null)
    at...
  9. Replies
    16
    Views
    4,264

    Help needed with applets

    How do I convert my following code into an applet for my website?



    import java.io.*;
    import java.net.*;
    import java.util.regex.*;
    import java.util.Calendar;
    import java.util.Random;
    import...
Results 1 to 9 of 9