Search:

Type: Posts; User: bryanOnInternet

Search: Search took 0.07 seconds.

  1. Re: Does MessagePanel class/ component exist in Java awt/ swing?

    got it. :) really thanks for your help, kevin
  2. Re: Does MessagePanel class/ component exist in Java awt/ swing?

    I got it from a reference book in which I am trying to learn Java from. Yeap, I looked for the messagePanel in the API doc, but it seems that I couldn't find it.
  3. Re: Does MessagePanel class/ component exist in Java awt/ swing?

    /*
    * It displays a message at certain location (x,y) in which both message and location is obtained from a HTML source
    */
    import java.awt.*;
    import javax.swing.*;
    import java.awt.Font;...
  4. Does MessagePanel class/ component exist in Java awt/ swing?

    Hello, there I am quite new to Java programming and am currently working on JApplet in Java. Just wondering that is there any MessagePanel class/component (something similar to JPanel class)in java...
Results 1 to 4 of 4