Search:

Type: Posts; User: MikeSki3

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    2,160

    Re: Convert Application to JApplet

    So then what would be classified as the constructor in the code of the program that I posted then? In other words where would I put the init()?
  2. Replies
    2
    Views
    2,160

    Convert Application to JApplet

    I made an application and it works perfectly when I compile it in the command window with javac. Here is the code for that:


    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;...
Results 1 to 2 of 2