Search Header Logo

JAVA GUI

Authored by Franco Corapi

Computers, Other, Instructional Technology

11th - 12th Grade

Used 25+ times

JAVA GUI
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

quali librerie è necessario includere per usare l'interfaccia grafica in JAVA

javax.swing.* e java.awt.*

java.GUI.*

javax.GUI.* e javax.swing.*

javax.grafica.* e java.GUI

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quale dei seguenti oggetti contenitore in JAVA è gerarchicamente superiore

JPanel

JFrame

JButton

JTextField

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Per impostare la dimensione del JFrame frm con larghezza 200px ed altezza 300px si utilizza l'istruzione

frm.setSize(200,300);

frm.paint(300,200);

frm.setSize(300,200);

frm.setVisible( 300, 200 );

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

quale delle seguenti dichiarazioni prevede un layout con 4 righe e 2 colonne

GridLayout lay1=new GridLayout(2,4);

Layout lay1=new Layout(4,2);

GridLayout lay1=new GridLayout(4,2);

Layout lay1=new Layout(2,4);

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Nel BorderLayout lo spazio orizzontalmente a sinistra è indicato dalla costante

NORTH

SOUTH

EAST

WEST

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Indicare l'istruzione corretta per aggiungere un bottone b al pannello p

p.aggiungi(b);

b.add(p)

p.add(b)

non si può aggiungere un bottone ad un pannello

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quale dei seguneti oggetti permette all'utente di scrivere al suo interno

JLabel

JTextField

JButton

JFrame

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?