Search:

Type: Posts; User: bluestar_me

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,826

    Re: problem developing a frame help me...

    javac BorderExample.java

    And the program remains stable nothing happens to it.
    Its the same when every program is perfect.Incase it is not then it shows error but when i correct the error no...
  2. Replies
    3
    Views
    1,826

    problem developing a frame help me...

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

    public class BorderExample {
    private JFrame f;
    private JButton bn, bs, bw, be, bc;

    public BorderExample() {
    f = new JFrame ("Border Layout");
    bn =...
Results 1 to 2 of 2