Module  java.desktop

Interface SynthUI

    • 方法详细信息

      • getContext

        SynthContext getContext​(JComponent c)
        返回指定组件的上下文。
        参数
        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 - 边框的高度