I have an applicatio with a main Frame(BorderLayout) and then a Panel
in the center and a Canvas west. Now when i say:
c is the Canvas allready added to the frame.
Graphics g = c.getGraphics();
g.drawString ("GhhH",50,05);
It doesn't appear on the screen. It also doesn't throw any
Exceptions. Why is this?
--
-------------------------
Firefox
-------------------------