java Programming Glossary: drawrectpanel
Drawing rectangles on a JPanel http://stackoverflow.com/questions/7723591/drawing-rectangles-on-a-jpanel to be drawn on this JPanel. I have a class named DrawRectPanel which extends JPanel and does all the drawing stuff. The problem.. on panel1 by writing the following code panel1.add new DrawRectPanel but nothing appeared on panel1 then I tried just as a test to.. on panel1 then I tried just as a test to the class DrawRectPanel JFrame frame new JFrame frame.setSize 1000 500 Container contentPane..
|