tenho três panels que vão aparecer no mesmo lugar na tela, inicialmente os três estão visible=false como pode alterar?
putProperty(panel,“visible”,“true”);
não resolve… tentei repaint e tb naum resolve…
tenho três panels que vão aparecer no mesmo lugar na tela, inicialmente os três estão visible=false como pode alterar?
putProperty(panel,“visible”,“true”);
não resolve… tentei repaint e tb naum resolve…
setBoolean( panel, “visible”, true );