Hi,
I am developing an app that uses a custom canvas that fills the entire Frame that the app runs in. The app is driven form interacting with the content rendered on this canvas (in this case a schematic drawing that is navigated around)
What i would like to do is have jButtons (and maybe other jComponents) appearing over this canvas (say, down in a corner somewhere) Is there a simple way to do this?
I can achieve the result i am looking for by writing tons of code to make static images appear and behave as buttons, but didnt really wish to go down this route if there was a much quicker and simpler method.
Any ideas?
Thanks in advance...
I am developing an app that uses a custom canvas that fills the entire Frame that the app runs in. The app is driven form interacting with the content rendered on this canvas (in this case a schematic drawing that is navigated around)
What i would like to do is have jButtons (and maybe other jComponents) appearing over this canvas (say, down in a corner somewhere) Is there a simple way to do this?
I can achieve the result i am looking for by writing tons of code to make static images appear and behave as buttons, but didnt really wish to go down this route if there was a much quicker and simpler method.
Any ideas?
Thanks in advance...