



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of access privileges in java, focusing on public and private access modifiers. It also covers the concepts of final fields and immutable classes. Additionally, it introduces the swing components in java, explaining how to build a user interface from the bottom up.
Typology: Slides
1 / 5
This page cannot be seen from the preview
Don't miss anything!




Swings
class Box{ private int L,W,H; public void test(Box b){ b.H=10; } }
JPanel
JButton
Listener
JFrame
JLabel