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で罫線を作成する方法を使用してきました
BorderFactory.createLineBorder(Color.BLACK,2,true);
しかし、問題は弧の幅と高さが固定されていることです。どうすればこれを増やすことができますか?これをオーバーライドする必要がありますpaintBorder()か?
paintBorder()
どんな答えでも大歓迎です。