XML « Development « Java Swing Q&A





1. Java GUI described in XML    stackoverflow.com

My company currently evaluates the development of a Java FAT client. It should support a dynamic GUI and has as much logic as possible on the server side. Hence the idea ...

2. Is XML or XUL the future of Java GUI building?    stackoverflow.com

After spending a lot of time and code on programming in Swing, I thought this can't be state-of-the-art Java GUI building. After not finding a user-friendly visual gui bilder for eclipse ...

3. Swing GUI generator for XML    stackoverflow.com

My application has an XML configuration file which users now edit in a text editor. I want to provide a (Swing) form for editing this configuration. I have a DTD for ...

4. Free XML based java gui language with builder    stackoverflow.com

Is there a free decent java GUI descriptor language (probably XML based), which has a Glade-like (WYSIWYG) GUI builder?

5. parser the xml and build a ui for user    stackoverflow.com

Hi: Now I have to handle some xml in my java swing application. I have to build a swing ui according to the special schema ,then user can fill some values.After user completed,I ...

6. GUI for generating XML    stackoverflow.com

Does anybody know of GUIs for generating XMLs? This means the user will not be presented with an IDE with support for XML for him to type XML codes. This would ...

7. GUI with xml in java    stackoverflow.com

Is it possible to create a user interface with java and eclipse using a xml file? As in android Thx

8. java question on creating small reports    stackoverflow.com

I need to do a really simple tool that prints reports.
To emphasize I want to be as simple and create it as easier as possible.
I have never looked into reports up ...

9. xml    coderanch.com





10. how to generate GUI from an xml-DTD    coderanch.com

does anyone have any ideas how i can generate a user interface form based on the information in an xml-DTD. The aim of my project is to write a software that will be used to capture data which will be used to write an xml document. for example you have a screen with fields, you enter data into the fields, press ...

11. Java GUIs as XML    coderanch.com

Sorry for cross-posting this... =============================== Hi all, I am a university student and have just gotten the following assigment. I have to represent java classes as XML documents. To be more specific, I have to represent classes building GUIs... so the presentation is to be kept at the container level. Containers that contain containers, that contain containers a.s.o. should be represented ...

12. how to save as XML with some predefined extensions    coderanch.com

hi All, In my application a template has to be created which should contain field headers and their respective field types - example field header LEVEL and field type COMBO BOX. Purpose is - a table will be created based on the fields in the template. Now I want to save this template as XML file with some predefined extension (like ...

13. XML based SwingUI    coderanch.com

We used XML-defined forms to avoid distributing a zillion simple Swing panels with a fat client. A small framework allows XML specification of a subset of Swing components. It also populates fields from a Hashmap matching on the component name and moves any data entered to another Hashmap the same way. The whole thing kept the Jar size down on the ...

14. how to add XML Data into Jtext area    coderanch.com

15. Best Way to present XML in GUI app?    coderanch.com

Hi All, I have a XML file with interations of , e.g. ... ... ...and so on Each operation can define a number of variable tags which are specific to that operation. All operations have at least a tag. I want to design a GUI application which will conveniently display the XML to make it easier for ...

16. xml base java GUI    coderanch.com

Java is upwards-compatible, so anything that runs in 1.1 will also run in 1.5. I haven't tried any other package. I don't think there is other documentation, but if you compare the names of AWT classes, methods and method parameters with the example XML files, it should become clear how one maps to the other.





17. Building Swing with XML    coderanch.com

18. XML - Jelly issue    coderanch.com

I have an issue regarding TABs in XML. TABs can take a "direction" parameter, which is an integer corresponding to "NORTH", "NORTHEAST", etc., or 0. If the direction is set to zero in the XML or there is no direction setting, tabs appear right-side up, with the dog-ear on the upper-left of the tab. Any non-zero value inverts the tab , ...

19. XML to Table    coderanch.com

Hi all, i would like to know how i can make use of XML data - gotten from a URL as a data stream- which i parsed using the SAX parser.... code looks something like this: DefaultHandler handler = new indexParser(); SAXParser saxParser = SAXParserFactory.newInstance().newSAXParser(); try { URL url = new URL("http://www.xmlData/contentindex"); InputStream is = url.openStream(); // --> filestream!? saxParser.parse(is,handler); } ...

20. Developing swing GUI using XML    coderanch.com

hi I must develop a GUI using swing by parsing XML documents.How to render the swing objects at run time, after parsing the XML document.I must know the process of creating the swing containers,components from XML document. Some open sources are available for the purpose but i must create a framework for our own purpose, so must know the process involved. ...

21. Xml to Java    coderanch.com

22. Doubt in Xml+Swing for constructing GUI    coderanch.com

Hi to all... I have been used 3 GUI screens. All screens having labels and buttons. I am constructing GUI through Xml file. So i have 3 different xml files for GUI screens.So each screen having separate xml file.In each file there should be font name attribute. But i want there is one common xml file in order to set the ...

23. Looking for ideas marshalling tables to xml    coderanch.com

I 've already seen the TreeTable example from SUN, but not how it could solve my requirements. Now, after the post of Maneesh Godbole, I studied it again. Some sentences sound, like it could be helpfull, but I will need some more days to understand it so far, that I can manipulate it for my first aim. @Rob Prime You wrote: ...

24. XML visulize GUI    coderanch.com

Hi Guys i am Aftab , and a software developer,some background Actually we having our own framework ( for driving DB and for some important decisions ) which is consisting of differnt module like X path, DA , XSLT (Totally XML based Framework) ...basically this framework is connected with some input ques.. So i got task to make a visualize GUI ...

25. Ideas for an XML Template builder UI-    coderanch.com

26. XML Parsing : use Recursive method.    java-forums.org

Please do help me friends ..Struggling a lot!!! I have an XML File : Java Code: 3 Personal 4 Test1 5 Child of Test1 6 Test2 7 Child of Test 2 The code I have written in such a way that ...

27. (Newbie) Help with Java and XML    java-forums.org

28. From XML to the GUI    forums.oracle.com

You could show the collection in a a tree, a table, a list. Or you could display an element of the collection in a panel. It depends not so much on the form in which you have have the data (xml), as the uses to which you intend putting the data: user can select an item <-- list user can select ...

29. build GUI with XML and java    forums.oracle.com