Point and Click Application
Hey, I need to create an application, in Ready To Program, in which you can point and click on certain aspects of the application. Could anyone tell me how to code something like this?
By this i mean there will be a "button" on the output console, and I want the user to be able to point to and click this button; in order to go wherever the button is linked to.
If you could tell me the method for this, and any other relevant information I would be grateful.
Re: Point and Click Application
You have to attach an ActionListener to the button.
Re: Point and Click Application
If you have a question ask it on the forum so everyone can participate.
You read all there is on ActionListeners in a very short time!
Re: Point and Click Application
Not all will have the Ready To Program library, and this may limit the ability we have to help you, but please show your code and ask your questions regarding your code and we'll try to help you as best we can.
Re: Point and Click Application
From private message:
"Hey, sorry about that, but I figured it out, thanks for your help. I completely forgot about ActionListener. But I got it working.
Thanks again"