• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

IBM WebShere Applicaiton Developer 4.0.3 GUI builder

 
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I have downloaded IBM WebSphere Application Developer Version 4.0.3.
But I am not able to find any GUI builder with it as my requirement is to make a Java UI based on Swing.
Specifically when I click on the open with on any java file in the Project Navigator it gives me three options ,open with Java Editor ,open with Enterprise Java Bean Editor and open with default editor there is no Visual Editor is shown .
Kindly tell what I need to do, either GUI builder is provided with IBM Web Sphere Application Developer Trial Edition or Not.

Regards
 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by awais bajwa:
Kindly tell what I need to do, either GUI builder is provided with IBM Web Sphere Application Developer Trial Edition or Not.


It is not available in WSAD 4.03.
 
Awais Bajwa
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry sir,
have a look at these features .
http://www-3.ibm.com/software/ad/studioappdev/
they are providing Visual Editor wiht WSAD 4.3 but from where to find in the IDE is the question.?
Regards
Awais Bajwa
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I think you may want to look at IBM VAJ 4.x. VAJ has a GUI design tool for creating AWT/SWING clients.
Good luck,
Michael
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WSAD 4.03 has a visual editor - try right clicking on your class in the package explorer, then "open with" - you'll notice that you get two choices there - a visual editor (the GUI editor), or the Java editor.
WSAD 5 makes this a little simpler as you can jump into a visual editor straight from the "right click-New-Other-Java-Visual Class" Dialog selection path.
Regards
Chris
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
4.03 does NOT have a Visual Editor -- unless you're working from a special IBM build where you installed Gili Mendel's editor directly, there is no Visual Editor in 4.03. You must be thinking of the 5.0 EA -- not 4.03.
Kyle
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic