模块  java.desktop

Interface SynthUI

    • 方法详细信息

      • getContext

        SynthContext getContext​(JComponent c)
        返回指定组件的Context。
        参数
        c - 请求SynthContext的组件。
        结果
        SynthContext描述组件。
      • paintBorder

        void paintBorder​(SynthContext context,
                         Graphics g,
                         int x,
                         int y,
                         int w,
                         int h)
        涂边框。
        参数
        context - 组件上下文
        g - Graphics上画
        x - X坐标
        y - Y坐标
        w - 边框的宽度
        h - 边框的高度