NEW
Font size
WorksheetsJAVA NETBEANS GUI
Total questions: 10
Worksheet time: 3mins
What is NetBeans IDE primarily used for?
Database management only
Integrated Development Environment for Java programming
Web browsing and internet security
Graphics design and animation
Which of the following panels contains GUI components that can be added to a JFrame?
NAVIGATOR
PALETTE
OUTPUT
FILES
How do you change the title of a JFrame in NetBeans?
Modify the title property in the Properties window
Right-click on the JFrame and select Change Title
Double-click on the JFrame's title bar
Use the setTitle() method in the code only
What is the purpose of the "Properties" window in NetBeans?
To display system information
To modify attributes of selected components
To show program execution statistics
To list all available Java classes
Which keyboard shortcut is commonly used to run a Java program in NetBeans?
CTRL + S
ALT + F4
F6
F5
What happens when you press Shift+F6 in NetBeans?
It runs the current file
It builds the entire project
It opens the debugging panel
It opens the properties window
How do you create a new JFrame form in NetBeans?
File → New File → Java → JFrame Form
Edit → Insert → Java GUI → JFrame
View → Add → JFrame
Tools → Java → New JFrame
Where can you find the Properties window in NetBeans by default?
Top of the screen
Right side of the screen
Bottom of the screen
Left side of the screen
How can you add a button to a JFrame in NetBeans?
Type the code manually in the source editor
Drag and drop a button from the Palette to the JFrame
Use the Insert menu and select Button
Right-click on the JFrame and select Add Button
How do you access the toolbox in NetBeans?
View → Toolbox
Window → IDE Tools
Tools → Show Toolbox
Window → Palette
