Posts by Giovani • 11 points
2 posts
-
-2
votes1
answer237
viewsQ: How could I generate an xml in java?
Similar to this one here, in this format. This code will be generated through a button event. <items><variable name="id"type="int">6</variable> <itens><variable…
-
-1
votes1
answer94
viewsQ: Organize items within Jtexarea
How do I pick up items from a combobox and place in a jTextArea, one below the other? Follows my code: public class PW_XML extends javax.swing.JFrame { int Grade; int Frequencia; int AttackRN; int…