|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
JPanel
with
JPanel object = new JPanel(); Drawpanel object2 = new Drawpanel(); object.add(object2); does that only work if you want to display graphics ? in a window ? or can i use that to display multiple input fields ? |
|
#2
|
||||
|
||||
|
where did object2 come from??
there is a thing called (Graphics g) you import into an init()'s function in an applet, i dont know much about it though... colton22 |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Java Development > JPanel |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|