By Tony Bevis on Tuesday, 24 October 2023
Category: Java

Java programming course: 18.4 Setting the look and feel

Setting the look and feel

AdministratorFrame constructor, immediately after the call to super():  


Here is how it looks on the Windows platform:

The only major topic left to cover is that of storing the data in a file or database, which is known as persistence. This will be covered in the next series of lessons.

Next lesson: 19.1 Persistence 

Related Posts

Leave Comments