Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は同じ質問を繰り返しています.Javaスイングでサイズ変更可能な長方形を作成する必要があります.
これどうやってするの?
どんな助けでも大歓迎です。
Rectangle r = new Rectangle(0, 0, 100, 200); r.grow(100, 100); // resize :)