您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. java弹窗美化Demo

  2. 主要代码: String cmd = ae.getActionCommand(); if (CMD_1.equals(cmd)) { // 设置按钮显示效果 UIManager.put("OptionPane.buttonFont", new FontUIResource(new Font("宋体", Font.ITALIC, 13))); // 设置文本显示效果 UIManager.put("Optio
  3. 所属分类:Java

    • 发布日期:2020-05-07
    • 文件大小:5120
    • 提供者:weixin_43647259
  1. JButton 美化(圆角矩形立体效果加鼠标响应)Demo.rar

  2. 主要代码: Override public void paintIcon(Component cmp, Graphics g, int x, int y) { Color lowerColor = new Color(235,255,235); Color highColor = new Color(81,184,77); Graphics2D g2d = (Graphics2D) g; g2d.setRenderingHint(
  3. 所属分类:Java

    • 发布日期:2020-04-12
    • 文件大小:24576
    • 提供者:weixin_43647259
  1. java JButton美化Demo.rar

  2. JButton 美化,主要实现圆角矩形,根据鼠标动作变化,主要代码: Graphics2D g2d = (Graphics2D) g; g2d.setColor(Color.GREEN); g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); g2d.fillRoundRect(0, 0, 100, 30, 15, 15);
  3. 所属分类:Java

    • 发布日期:2020-04-10
    • 文件大小:8192
    • 提供者:weixin_43647259