Search:

Type: Posts; User: centralnathan

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,068

    Re: Noob Programmer Needs some help.

    ok did you under stand my example though?, if say starting small I just want to make a java applet that opens up that website in a jpanel with it included inside of it.
    Bowman 2 - Free Online...
  2. Replies
    5
    Views
    1,068

    Re: Noob Programmer Needs some help.

    I have a program, it makes a giant text box in the middle (and a couple of buttons in a jpanel).
    Where this text box is I want it replaced with say a game or something
    Bowman 2 - Free Online...
  3. Replies
    5
    Views
    1,068

    Noob Programmer Needs some help.

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;

    public class MyPanel extends JPanel {
    private JButton jcomp1;
    private JButton jcomp2;
    ...
Results 1 to 3 of 3