Skip to content

Commit 7fc5b5c

Browse files
committed
Closes #73: Redimensionamento da tabela ao maximizar
1 parent 35bf580 commit 7fc5b5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/br/com/darksun/gui/JPCombate.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ public void componentResized( ComponentEvent e )
140140
labelLog.setBounds( 65 + ( ( width - 100 ) / 3 ), height - 150, 50, 30 );
141141
labelTextoLog.setBounds( 115 + ( ( width - 100 ) / 3 ), height - 150,
142142
width - ( 165 + ( ( width - 100 ) / 3 ) ), 30 );
143+
tabela.setRowHeight( 30 );
143144
}
144145
} );
145146

0 commit comments

Comments
 (0)