• 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

Java swing help

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm new to java swing (eventhough I have worked on java 4 years back ! and lost touch !!). For the project which I'm working now, they need to convert one app. from mainframe to java/swing. its a small application.
Can someone provide me some sample code in java/swing for a simple data entry screen ?
-- To enter the data thru a screen with label and text box and display it on the next screen. simple screen .
In mainframe we have 6-7 options to choose from the main menu. What will be the java standard to replace it ? I mean should we display Radiobutton, dropdown box or button for each option ? Please provide me normal approch.
Appreciate your help on this. - rm_72756@yahoo.com
thanks
Raj
 
Raj Medha
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anybody ???
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Asking for code is bad form. It's like you are telling us to do your work for you. Asking specific questions or posting a snippet of code that is giving you problems is the right way to go about things. Shows people you are making an effort. If you are new to Swing, check out the Swing Tutorial. As for what controls to use, look around at programs that do the same kind of thing and try to emulate them. GUI design is more art than science and without knowing exactly what kind of functionality you need and what your users expect, I can't tell you what your GUI should look like.
 
I'm THIS CLOSE to ruling the world! Right after reading this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic