Quantcast
Channel: Programujte.com – fórum – programování – Java
Viewing all articles
Browse latest Browse all 1078

Java → Graphics2D .create(int, int, int, int) - problém

$
0
0
Zdravím, mám problém s použitím zmíněné metody - používám ji takto: public void paint(Graphics g){   Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();   super.paint(g);   this.g2 = (Graphics2D)g;   this.g2.create(203, 80, screenSize.width-203,screenSize.he...
Založil Havel; 3 názory, poslední před hodinou – nevyřešeno

Viewing all articles
Browse latest Browse all 1078

Latest Images