You are not logged in.

Search results

Search results 1-2 of 2.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Friday, August 27th 2010, 3:26pm

Author: josem

UserControl and Graphics2d

Thank you very much, it´s very useful.

Thursday, August 26th 2010, 9:48pm

Author: josem

UserControl and Graphics2d

How i convert this code to jabaco?, i don´t know how to pass the Graphics2D to a Graphics this is the code Source code 1 2 3 4 5 6 7 8 9 10 public void paint(Graphics g) { Graphics2D g2 = (Graphics2D) g; g2.setStroke(new BasicStroke(2.0f)); g2.draw(new Rectangle2D.Double(5, 5, 50, 20)); g2.setStroke(new BasicStroke(4.0f)); g2.draw(new RoundRectangle2D.Double(5, 30, 50, 20, 5, 5)); g2.setStroke(new BasicStroke(2.0f)); g2.draw(new Arc2D.Double(5, 55, 50, 20, 90, 135, Arc2D.OPEN)); g2.draw(new Elli...

WoltLab Burning Board