• 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

Swing on Music Composer

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

I need help in my swings for my Music Composer!!! Currently i'm using Netbeans for the drag and drop functions, and have difficulty in understanding 'event handled'. Now i'm stuck with my project!!

My project requires the following functions:
- Timeline -> that allows user to drag their music note to their desire. I had chosen Slider as an act for my timeline, but how can i place the slider tab at value 0? and how can i add function like auto increment? For example, when user drag further, the value will auto increase.

- Music note (jpg) appearing when user press on keyboard -> does anyone has any idea how i can work this out? How can I store the music note in a folder, and when user press a letter in the keyboard, and the image of the music note will appear?

- Soft keyboard -> Displaying a soft keyboard in the screen, and when using press the keyboard, the keyboard will reacts (change color, etc) to user's action?

Hope anyone out there can help me~~

Thanks alot~~
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"geok aka.yulin" -

Welcome to the JavaRanch! We don't have many rules around the ranch, but we do have a policy on displayed names... Please adjust your displayed name to meet the JavaRanch Naming Policy. User names cannot be obviously fake and must consist of a first name and a last name.

You can change your user name here.

Thanks! and welcome to the JavaRanch!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic