• 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

Forms+Validation Using GUI

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I am a newbie to java programming, my tutor asked me to try making a form using GUI and validate the textfields. Somebody help me please, I really don't know what to do, especially codes...what to use... Thank you very much pros...I need guidance.
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Stanley-

Well... this isn't a trivial task. The best way to learn how to write a GUI with some form validation -- is to do exactly that -- learn how to do it. Check out this tutorial from sun (they've got others too -- just do a search). Hopefully that will get you started with how to even go about making a UI.

Honestly though... your "tutor" should be able to point you in a more appropriate direction, if all they said was to create a GUI without giving you any background on how to do it... you might want to get a new tutor.

Also, I'm moving this to the AWT/Swing forum, so please post your replies there, thanks!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic