Uses of Class
javax.swing.border.CompoundBorder
-
Packages that use CompoundBorder 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.plaf 提供一个接口和许多抽象类,Swing使用它们来提供其可插入的外观功能。 -
-
Uses of CompoundBorder in javax.swing
Methods in javax.swing that return CompoundBorder 变量和类型 方法 描述 static CompoundBorder
BorderFactory. createCompoundBorder()
使用内边缘null
和外边缘null
创建复合边框。static CompoundBorder
BorderFactory. createCompoundBorder(Border outsideBorder, Border insideBorder)
创建复合边框,指定要用于外边和内边的边框对象。 -
Uses of CompoundBorder in javax.swing.plaf
Subclasses of CompoundBorder in javax.swing.plaf 变量和类型 类 描述 static class
BorderUIResource.CompoundBorderUIResource
复合边框UI资源。
-