Search:

Type: Posts; User: chronoz13

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    3,997

    Re: Overlapping windows? in a Jframe?

    ahhh so i was asking for a complex answer, hehhee, anyway.. you game me a little clarification of what i want...

    tnx for that... sir!
  2. Replies
    6
    Views
    3,997

    Re: Overlapping windows? in a Jframe?

    now the big question is??


    why should i add a panel ... so the graphics can be drawn?

    is the content pane not enough to make the drawing visible?

    so when it comes in making a drawing in...
  3. Replies
    6
    Views
    3,997

    Re: Overlapping windows? in a Jframe?

    is it supposed to be like this?


    public class Ch5SampleGraphics_UF {

    public static void main(String[] args) {

    JFrame win;
    Container contentPane;
    ...
  4. Replies
    6
    Views
    3,997

    Re: Overlapping windows? in a Jframe?

    wait a second, i dont know where should i put that code in my program...

    can you please add it so i can examine it carefully...
  5. Replies
    6
    Views
    3,997

    Overlapping windows? in a Jframe?

    public class Ch5SampleGraphics_UF {

    public static void main(String[] args) {

    JFrame win;
    Container contentPane;
    Graphics gra;

    win = new...
Results 1 to 5 of 5