//METHOD setForeground will change radio button's text color //You can see more color in Color class on Java API a.setForeground(Color.GREEN); b.add(a);
確定! 回上一頁