Panel: support painting background with rounded corners (issue #367)

FlatLineBorder: support rounded corners
This commit is contained in:
Karl Tauber
2021-12-10 22:40:17 +01:00
parent 023e356057
commit 600e0f3d67
8 changed files with 90 additions and 12 deletions

View File

@@ -194,7 +194,7 @@ class FlatColorPipette
zoom = UIScale.scale( 16 );
getRootPane().setBorder( new FlatLineBorder( new Insets( 2, 2, 2, 2 ), Color.red, 2 ) );
getRootPane().setBorder( new FlatLineBorder( new Insets( 2, 2, 2, 2 ), Color.red, 2, 0 ) );
view = new MagnifierView();
view.setPreferredSize( new Dimension( pixels * zoom, pixels * zoom ) );