I am new to java Swing and I need a tool to develop attractive window for my application.
I am expecting a tool similar to VB.Net, some thing which has drag and drop options.
I am new to java Swing and I need a tool to develop attractive
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at Netbeans. It comes out of the box with a GUI builder similar to Visual Studio’s. This quickstart should put you on the right direction.
EDIT: Check this previous SO thread in which some GUI building Eclipse plugins are discussed.