• 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

hi can anyone help me in this?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Develop a java based tool which can be used to build a GUI structure based on the configurations given in the tool.

Input XML Folders/Files E.g:Folder for Main Panel

Files for required TreeDisplay,TableDisplay etc

The Tool should be able to first read the configuration file,mentioning the folders/files to be used.The tool then should read each of the file and build the GUI component.The components should be then integrated based on the Config files.
Usability:Such a tool when robust,would save a lot of time in GUI development environment
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
These links should get you started:

http://faq.javaranch.com/java/ShowSomeEffort
http://faq.javaranch.com/java/NotACodeMill
http://faq.javaranch.com/java/DoYourOwnHomework
http://faq.javaranch.com/java/SearchingForSolutionsHasRepercussions

Once you've finished reading those links you are free to ask questions about specific issues you are having. We are more than happy to help in that regard. But we won't just provide solutions for you.
reply
    Bookmark Topic Watch Topic
  • New Topic