I'm have trouble change JRadioButton and do not want to select
all at the same time just one at a time. if one of them is
unselected, then set the font as plain. Set font size as 20.
run the program and change the font and you see what I'm talking
about
also this there anyway to shorten my code
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Desktop;
import java.awt.Font;
import java.awt.event.*;
import java.net.URL;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileReader;
import java.io.FileWriter;...