Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 395 Bytes

File metadata and controls

19 lines (10 loc) · 395 Bytes

Java_21_Check_Box_Test_1

Overview

This Java program demonstrates the use of JCheckBox components to change the font style of a JTextField between bold and italic.

Features:

Text Field: Displays sample text.

CheckBoxes: Toggle bold and italic font styles.

Usage:

Compile with javac CheckBoxTest.java.

Run with java CheckBoxTest.

Use the checkboxes to change the text style.