Search:

Type: Posts; User: Trolltrain

Search: Search took 0.17 seconds.

  1. Replies
    2
    Views
    1,464

    Re: Reading Web XML Document

    Thank you for the reply, but I think you misunderstood me.

    As you can see I need to query data from a website.
    I do not have a static XML document in a folder somewhere.

    Best regards,...
  2. Replies
    2
    Views
    1,464

    Reading Web XML Document

    Hello folks,

    How could I read an XML document from the web? I've seen people use SAX or DOM methods, but I've unable to make them work due to lack of experience so I would need a pretty brief...
  3. Replies
    6
    Views
    1,343

    Re: Scaling text question

    Okay I have figured out on how to make the numbers scale.


    Rectangle r = ClockStart.window.getBounds();
    int h = r.height;
    int w = r.width;



    g2.drawString(six,(w...
  4. Replies
    6
    Views
    1,343

    Java Custom font

    Hello people,
    After some 2 failed thread's I've made <--- my fault obviously because I couldn't make it clear what I wanted.

    Lets start off with what I'm doing: I'm developing a clock thats set...
  5. Replies
    6
    Views
    1,343

    Re: Scaling text question

    Fades away being just that the drawstring() character moves out of it's position.
    Which is logical. I mean when I set the string to be at 550 x 540.
    But then change window size to 200x200 ofcourse...
  6. Replies
    6
    Views
    1,343

    Scaling text question

    What I am creating is a clock. That goes round n round using "getcalendar".
    It's realtime, but the clock has a constant resolution of 800x800.
    I have carefully placed numbers from 1-12 on the clock...
  7. Replies
    3
    Views
    1,349

    Re: Java Image path question.

    I see, but I have another question.

    What I am creating is a clock. That goes round n round using "getcalendar".
    It's realtime, but the clock has a constant resolution of 800x800.
    I have...
  8. Replies
    3
    Views
    1,349

    Java Image path question.

    Hello fellow peeps and citizens of Lordaeron,

    A certain question has popped in my mind. A certain problem to be faced.

    Gyazo - e5663e8da42ac46a642895d72836b933.png

    As you can see I have...
  9. Re: How to insert text without formatting it in jtextpane

    What you people don't understand is, that we are not in your mind. You know the problem you wanna solve, but we cannot read it, so we need something visual for us to be able to help you.
Results 1 to 9 of 9