java Programming Glossary: thickness
Border with rounded corners & transparency http://stackoverflow.com/questions/15025092/border-with-rounded-corners-transparency extends AbstractBorder private Color color private int thickness 4 private int radii 8 private int pointerSize 7 private Insets.. color 4 8 7 TextBubbleBorder Color color int thickness int radii int pointerSize this.thickness thickness this.radii.. Color color int thickness int radii int pointerSize this.thickness thickness this.radii radii this.pointerSize pointerSize this.color..
Internal padding for JTextArea with background Image http://stackoverflow.com/questions/8462414/internal-padding-for-jtextarea-with-background-image extends AbstractBorder private Color color private int thickness 4 private int radii 8 private int pointerSize 7 private Insets.. color 4 8 7 TextBubbleBorder Color color int thickness int radii int pointerSize this.thickness thickness this.radii.. Color color int thickness int radii int pointerSize this.thickness thickness this.radii radii this.pointerSize pointerSize this.color..
Component painting outside custom border http://stackoverflow.com/questions/8416295/component-painting-outside-custom-border 7644739936531926341L private static final int THICKNESS 2 JRoundedCornerBorder super @Override public void paintBorder.. g2.setColor Color.BLACK g2.setStroke new BasicStroke THICKNESS BasicStroke.CAP_ROUND BasicStroke.JOIN_ROUND g2.drawRoundRect.. BasicStroke.JOIN_ROUND g2.drawRoundRect THICKNESS THICKNESS width THICKNESS 2 height THICKNESS 2 20 20 g2.dispose..
|