Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jason Perry   on Feb 11 In Java Category.

  
Question Answered By: Julian Long   on Feb 11

There is a Frame containing a button n i want to create
another window whenever the button is pressed.Is it possible ?

I tried it by writing the creation of frame in
actionPerformed() of the ActionListener interface,but it didn't work.

Share: