Search:

Type: Posts; User: Java Programmer

Search: Search took 0.13 seconds.

  1. [SOLVED] Re: Jframe Pop outs when clicking JButton

    lol, thanks for the info but when adding things to the new jframe, do i just put it under the jframe or like call it? ex: options.sdsd = new label
  2. [SOLVED] Re: Jframe Pop outs when clicking JButton

    Thanks! :D



    JFrame options = new JFrame("options");
    options.setVisible(true);
    options.setSize(200,200);
  3. [SOLVED] Re: Jframe Pop outs when clicking JButton

    as of a new .java or what
  4. [SOLVED] Re: Jframe Pop outs when clicking JButton

    okay i understand that, but where do i make the the JFrame?
  5. [SOLVED] Jframe Pop outs when clicking JButton

    i'm working on a project but now i'm stuck, i'm trying to make i where if i press the options button another Jframe will pop out, i want this other Jframe to contain options/buttons/etc is there...
Results 1 to 5 of 5