• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SpriteSheet, Knob control

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

i'm looking for a way to create my own Knob Control with JavaFX. I've already managed to skin Slider Controls so that i have a custom look.
I already have a Spritesheet containing all the Knob Positions in one image.
Can anyone point me into the right direction where to start ?

The Knob Control will look like this:
http://www.pocketmagic.net/wp-content/uploads/2013/11/volume-knobs-sw-s.jpg

 
Rancher
Posts: 387
30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This question is also posted to StackOverflow:
http://stackoverflow.com/questions/34097820/javafx-custom-knob-control-using-spritesheet
reply
    Bookmark Topic Watch Topic
  • New Topic