Objectmix
Tags Register Mark Forums Read

moving on to jslider... : Java

This is a discussion on moving on to jslider... within the Java forums in Programming Languages category; .... i can put one on the screen but it doesn't do anything [duh] i want it to increase the fonts with every tick??? k -- Sometimes I'm in a good mood. Sometimes I'm in a bad mood. When all my moods have cum to pass i hope they bury me upside down so the world can kiss me porcelain, white, Irish bottom....


Object Mix > Programming Languages > Java > moving on to jslider...

Reply

 

LinkBack Thread Tools
  #1  
Old 04-29-2007, 04:50 PM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default moving on to jslider...

.... i can put one on the screen but it doesn't do anything [duh]
i want it to increase the fonts with every tick???

k

--
Sometimes I'm in a good mood.
Sometimes I'm in a bad mood.
When all my moods have cum to pass
i hope they bury me upside down
so the world can kiss me porcelain,
white, Irish bottom.
Reply With Quote
  #2  
Old 04-29-2007, 07:11 PM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: moving on to jslider...

i'm not llloyd wood wrote:
>... i can put one on the screen but it doesn't do anything [duh]
>i want it to increase the fonts with every tick???


- Add a change listener to the JSlider.
- Implement the state changed.
- When it (the state) does (change), get the Font of
the Component.
- Construct a new Font based on the name and style
of the current Font.
- Set the new Font as the Component's Font.

As an aside,
- Checking the JavaDocs will be necessary,
in order to turn that description into code.
- Checking the JavaDocs first might have allowed
to progress this faster than asking on usenet.
- If you want to gain respect, and more readers,
please put an upper case letter at the start of each
sentence, always capitalize the word 'I', and refrain
form using more than one '?'.

And since I expect I've asked you some of the last things
earlier, I will also warn you that you are coming to the
end of my limit of answering these poorly formed, and
formatted questions from you.

Please take a little more care when posting in future,
to prepare the question carefully and make good use
of the JavaDocs.

--
Andrew Thompson
http://www.athompson.info/andrew/

Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.asp...setup/200704/1

Reply With Quote
Reply

Thread Tools


Similar Threads

Thread Thread Starter Forum Replies Last Post
moving companies moving loans moving budget usenet Microsoft Money 0 07-16-2007 08:28 PM
Update GUI while JSlider is moving usenet Java 4 06-11-2007 03:14 PM
JSlider with multiple knobbie things usenet Java 2 04-30-2007 03:54 AM
JSlider Set knob Color usenet Java 3 11-28-2006 01:45 AM
JSlider to setValue to where clicked on usenet Java 0 04-15-2005 01:59 AM


All times are GMT -5. The time now is 05:20 PM.