• 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

How to generate swing gui from xsd

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a big headache.



I am new to Java and asked to deal a Java based GUI software which performs network management using JMX, MBeans, SNMP and what not!! Basically I have to fix the bugs. One of the bugs is that a scroll-up button is not working on a table in a window.

I have figured out that there is a .xsd file for defining the schema of various data elements displayed on that window. But can't figure out how the GUI has been generated using this .xsd file and even futher, how to get to that scroll button. I can't find any xml file referring this .xsd file.

I have found some DOM parser code which is basically parsing an xsd file and creating a Java object out of it, but don't know whether it relates to the GUI I am concerned with.

Please have a look at attached image....and please help
scroll.jpg
[Thumbnail for scroll.jpg]
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the ranch !
Please KeepItDown next time you post.
 
No more fooling around. Read this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic