swing 初级学习(四)

  jLabel2.setIcon(resourceMap.getIcon("jLabel2.icon")); // NOI18N
        jLabel2.setBackground(Color.red);
        jLabel2.setText("<html><a href=''>haha</a>"); // 添加超链接
        jLabel2.setName("jLabel2"); // NOI18N
        jLabel2.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR)); //小手

你可能感兴趣的:(html,swing)