This Java program demonstrates the use of JCheckBox components to change the font style of a JTextField between bold and italic.
Text Field: Displays sample text.
CheckBoxes: Toggle bold and italic font styles.
Compile with javac CheckBoxTest.java.
Run with java CheckBoxTest.
Use the checkboxes to change the text style.