public class UIScrollPaneBorder
extends javax.swing.border.AbstractBorder
implements javax.swing.plaf.UIResource
构造器和说明 |
---|
UIScrollPaneBorder() |
限定符和类型 | 方法和说明 |
---|---|
java.awt.Insets |
getBorderInsets(java.awt.Component c) |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int w,
int h) |
public java.awt.Insets getBorderInsets(java.awt.Component c)
getBorderInsets
在接口中 javax.swing.border.Border
getBorderInsets
在类中 javax.swing.border.AbstractBorder
public void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int w, int h)
paintBorder
在接口中 javax.swing.border.Border
paintBorder
在类中 javax.swing.border.AbstractBorder