Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-21-2008, 10:14 AM
Member
 
Join Date: Oct 2008
Posts: 5
Rep Power: 0
jewelthief is on a distinguished road
Default Visual Editor?
Hello!

I am new to java world. I have downloaded Eclipse 3.4 from Eclipse.org.
I have created a new project and added a class in it but i want to add visual class so i can build some application with GUI.

So i want to know how can i add visual class? (just like we add windows forms in MS visual studio). DO i need to install visual editor separately? If yes! then where can i get that?

Any help would be appreciated.
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 10-21-2008, 10:24 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 7,513
Rep Power: 11
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
I think you are talking about GUI. Basically you have to learn about Swing. I don't know weather Eclipse have a GUI development editor, or a control box. Did you check that?
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Someone helped you? their helpful post.
Help:Forums FAQ|How To Ask Questions The Smart WayResources:The Java Tutorials|Glossary for Java|NetBeans IDE|Sun DownloadsWeb:WritOnceTips:Is your IDE the best?|Which Application Server?
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 10-21-2008, 10:33 AM
Member
 
Join Date: Oct 2008
Posts: 5
Rep Power: 0
jewelthief is on a distinguished road
Default
What is swing? No! I dont see any GUI editor in Eclipse 3.4. Do I have to explicitly attach some GUI editor with that?
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 10-21-2008, 12:26 PM
Senior Member
 
Join Date: Sep 2008
Posts: 129
Rep Power: 0
georgemc is on a distinguished road
Default
Originally Posted by jewelthief View Post
What is swing? No! I dont see any GUI editor in Eclipse 3.4. Do I have to explicitly attach some GUI editor with that?
Yeh, there are several available from Eclipse.org. They generate horrible, hideous code, though. I'd learn to use the GUI toolkits properly, if I were you.

Swing is one of several GUI frameworks available to Java
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 10-21-2008, 12:31 PM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 7,513
Rep Power: 11
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
Originally Posted by jewelthief View Post
What is swing? No! I dont see any GUI editor in Eclipse 3.4. Do I have to explicitly attach some GUI editor with that?
Swing is a collection of graphical user interface components/controls. Basically you have to use those components to develop a user interface.

Sorry, I don't know that Eclipse have to do such a thing, I'm a NetBeans user. Let see what our Eclipse users comments on this.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Someone helped you? their helpful post.
Help:Forums FAQ|How To Ask Questions The Smart WayResources:The Java Tutorials|Glossary for Java|NetBeans IDE|Sun DownloadsWeb:WritOnceTips:Is your IDE the best?|Which Application Server?
Bookmark Post in Technorati
Reply With Quote
  #6 (permalink)  
Old 10-21-2008, 02:01 PM
Member
 
Join Date: Oct 2008
Posts: 5
Rep Power: 0
jewelthief is on a distinguished road
Default
Any eclipse user here? I am using eclipse 3.4. I have downloaded Visual Editor for Eclipse 3.4 and extracted its files into dropins folder but i am getting nothing.
Bookmark Post in Technorati
Reply With Quote
  #7 (permalink)  
Old 10-21-2008, 02:02 PM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 7,513
Rep Power: 11
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
Ya, lots of people are here. Just wait for a moment, at this time most of them are on the bed.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Someone helped you? their helpful post.
Help:Forums FAQ|How To Ask Questions The Smart WayResources:The Java Tutorials|Glossary for Java|NetBeans IDE|Sun DownloadsWeb:WritOnceTips:Is your IDE the best?|Which Application Server?
Bookmark Post in Technorati
Reply With Quote
  #8 (permalink)  
Old 10-22-2008, 11:00 AM
Member
 
Join Date: Oct 2008
Posts: 5
Rep Power: 0
jewelthief is on a distinguished road
Default
Ok! I have Installed the Visual Editor. Well...I suppose so as i am seeing Visual Editor in Plugins details from "About Eclipse SDK" tab in Help menu.

Now from where can i make visual class? because i am not seeing any option of making visual class.

any help will be appreciated.

Thanks
Bookmark Post in Technorati
Reply With Quote
  #9 (permalink)  
Old 10-22-2008, 01:04 PM
Member
 
Join Date: Oct 2008
Posts: 5
Rep Power: 0
jewelthief is on a distinguished road
Default
Please if any one can help me?
Bookmark Post in Technorati
Reply With Quote
  #10 (permalink)  
Old 10-22-2008, 03:14 PM
Member
 
Join Date: Oct 2008
Posts: 1
Rep Power: 0
srfpala is on a distinguished road
Default Consider Netbeans IDE 6.1
Netbeans offers a desktop application project type which is similar to visual studio.
Bookmark Post in Technorati
Reply With Quote
  #11 (permalink)  
Old 10-22-2008, 03:56 PM
Darryl.Burke's Avatar
Senior Member
 
Join Date: Sep 2008
Location: Madgaon, Goa, India
Posts: 745
Rep Power: 2
Darryl.Burke is on a distinguished road
Default
Just another cross poster.
Swing - Visual Editor in Eclipse?

db
Bookmark Post in Technorati
Reply With Quote
  #12 (permalink)  
Old 10-22-2008, 06:55 PM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 7,513
Rep Power: 11
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
Originally Posted by srfpala View Post
Netbeans offers a desktop application project type which is similar to visual studio.
Yes, it's really nice.

jewelthief, did you check on the Eclipse official web site. May be you can find a solution there.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Someone helped you? their helpful post.
Help:Forums FAQ|How To Ask Questions The Smart WayResources:The Java Tutorials|Glossary for Java|NetBeans IDE|Sun DownloadsWeb:WritOnceTips:Is your IDE the best?|Which Application Server?
Bookmark Post in Technorati
Reply With Quote
  #13 (permalink)  
Old 10-23-2008, 11:48 AM
Senior Member
 
Join Date: Sep 2008
Posts: 129
Rep Power: 0
georgemc is on a distinguished road
Default
Originally Posted by srfpala View Post
Netbeans offers a desktop application project type which is similar to visual studio.
Which is a shame, because it just re-enforces the misconception that the GUI is the application. People who start out using visual editors tend to start every project with a form, from which they control everything else.

Learn to build GUIs by hand, then use a visual editor, if you still feel you want to. The rule of thumb, as always, is don't use a tool to automate something you can't do by hand first, or you'll be stumped when something goes wrong
Bookmark Post in Technorati
Reply With Quote
  #14 (permalink)  
Old 10-23-2008, 12:33 PM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 7,513
Rep Power: 11
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
I think use of a visual editor is nice, in some distance. If a person well know how to write code by hand, do you think he/she must hang on with it. I'm not, recommended to use a visual editor. There is an advantage too, since all of those development cannot workout through the visual editor, so you must have knowledge on how to write it by hand. So still you need to know the fundamentals.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Someone helped you? their helpful post.
Help:Forums FAQ|How To Ask Questions The Smart WayResources:The Java Tutorials|Glossary for Java|NetBeans IDE|Sun DownloadsWeb:WritOnceTips:Is your IDE the best?|Which Application Server?
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Eclipse Visual Editor problem Scar€crow AWT / Swing 0 09-08-2008 12:06 AM
Eclipse Visual Editor and Ganymede jobsonandrew Eclipse 3 08-05-2008 10:07 AM
visual JSF manoj41831 JavaServer Faces 0 06-17-2008 04:05 PM
DB Visual ARCHITECT 4.1 levent Java Announcements 0 08-04-2007 08:48 PM
DB Visual ARCHITECT 4.0 SP2 levent Java Announcements 0 05-15-2007 06:50 AM


All times are GMT +2. The time now is 09:22 PM.



VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org