Search:

Type: Posts; User: dewboy3d

Search: Search took 0.10 seconds.

  1. Thread: XML with SAX

    by dewboy3d
    Replies
    6
    Views
    2,118

    Re: XML with SAX

    JSon,

    Thanks again for the quick reply. I had been thinking about this last night some more and was unable to post. I don't think my application should ever know the actual names of the...
  2. Thread: XML with SAX

    by dewboy3d
    Replies
    6
    Views
    2,118

    Re: XML with SAX

    Now that I have this part working I've been thinking about how to setup the objects. I'm hoping that there is a better way. Currently I have an object Carriers and an object Carrier.

    Carriers is...
  3. Thread: XML with SAX

    by dewboy3d
    Replies
    6
    Views
    2,118

    Re: XML with SAX

    JSon,

    Thanks for the reply. I had a litle trouble getting it to work but looks like this is going to work much better that the mess I was trying to create. Thanks again.
  4. Thread: XML with SAX

    by dewboy3d
    Replies
    6
    Views
    2,118

    XML with SAX

    Greetings all! I have a brief question about parsing an XML document using SAX and DOM. I have an XML document with a structure like this...



    <Holidays>
    <Carrier>
    <name>Company...
  5. Replies
    3
    Views
    3,482

    Re: traversing multiple jTabbedPane?

    Sean,

    Thanks for the reply. As it happens, I am still working on this project. I have already discovered some of the improvements you suggested. I still consider myself a Java beginner but...
  6. Replies
    1
    Views
    3,418

    count components inside a JPanel

    I have a JPanel with 5 JCheckBox on it. What I'd like to do is count how many of them are selected and create a collection out of them so I can iterate through them without using if...
  7. Re: setting location of a dialog relative to the parent

    Found that this cannot be done reliably in an applet. consider this solved
  8. setting location of a dialog relative to the parent

    I have a dialog that is opening under certain conditions. What I'd like to have happen is the dialog open at a specific location that is relative to the parent. Currently it is opening at the...
  9. Replies
    3
    Views
    3,482

    traversing multiple jTabbedPane?

    I have 3 jTabbedPane in my application which visibility switches based on other selections in the app. what I want to do is have a single set of navigation buttons (back) (next) that will traverse...
  10. Replies
    30
    Views
    19,191

    Re: HAPPY BIRTHDAY JAVA PROGRAMMING FORUMS!

    Happy Birthday !!!
  11. Replies
    3
    Views
    1,428

    Greetings JPF members

    I'm not very big on self promotion but, for a simple introduction....

    I am DewBoy3d. My real name is Tom. I live in Rochester, NY. i work for Time Warner Cable as a Level 3 technical Operations...
  12. Replies
    3
    Views
    6,079

    Re: setEnabled causing checkbox to deselect

    Thank you for the welcome JavaPF. I've only been at Java now for about a month. I began learning it solely for this project. I don't believe I have a solid foundation and am currently using an IDE as...
  13. Choosing right application server to convert application to use a database

    Greetings JPF members. I consider myself a beginner in Java considering I have about 1 month of actual time spent learning it. I have been working on a project (applet) that uses data that changes...
  14. Replies
    3
    Views
    6,079

    Re: setEnabled causing checkbox to deselect (SOLVED)

    Well it appears that I was premature in my posting. After recompiling (no changes related to this) it is working as intended. Not sure what happened there.
  15. Replies
    3
    Views
    6,079

    setEnabled causing checkbox to deselect

    Greetings. I am working on an ap;et for my company and have come to a little snag. I have a stateChanged listener for a radioButton. the radioButton is part of a buttonGroup and when this specific...
Results 1 to 15 of 15