Search:

Type: Posts; User: Trolltrain

Search: Search took 0.17 seconds.

  1. Replies
    6
    Views
    1,334

    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...
  2. Replies
    6
    Views
    1,334

    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...
  3. Replies
    6
    Views
    1,334

    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...
  4. Replies
    6
    Views
    1,334

    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...
Results 1 to 4 of 4