hello everybody;
i want to know that how i will open another gui when i click on a button??
thnx
080346 0 Light Poster
Recommended Answers
Jump to Postto call another class call its main
No!! that is wrong. You don't call its main. The main is used only when you run the class, in order to start your program. If you want to call another class, call its constructor. Create a new instance and call its methods. …
All 3 Replies
Dhruv Gairola -3 Junior Poster in Training
cretaros 0 Junior Poster in Training
javaAddict 900 Nearly a Senior Poster Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.