I wanted to do something like this. It’s basically a JFrame consisting of a Canvas on one side, and something on the other side. I don’t know what this should be, but I’m guessing it may be another Canvas to work on.
How will I go about doing this?
I wanted to do something like this. It’s basically a JFrame consisting of a Canvas on one side, and something on the other side. I don’t know what this should be, but I’m guessing it may be another Canvas to work on.
How will I go about doing this?
This is basic GUI question… Add JPanel to the frame at center of the frame. Add any components you like to your jpanel. They will be ordered left-right by default.