Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

Drawing complex shapes

0% developed
From Wikibooks, open books for an open world
<Java Programming |Graphics

Drawing shapesJava Programming
Drawing complex shapes
Drawing text
NavigateUser Interface topic:()


Computer codeCode listing 9.4: Drawing complex shapes
publicclassHello{JLabellabel=newJLabel("Hello, Mundo!");JFrameframe=newJFrame("BK*");frame.add(label);frame.setSize(300,300);frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);frame.setVisible(true);frame.setLocationRelativeTo(null);frame.toFront();}}


Drawing shapesJava Programming
Drawing complex shapes
Drawing text
Retrieved from "https://en.wikibooks.org/w/index.php?title=Java_Programming/Graphics/Drawing_complex_shapes&oldid=3675807"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp