1
2
3
4
		GridBagConstraints c = new GridBagConstraints();
		c.insets.bottom = 2;
		c.insets.top = 2;
...

Java Swing GridBagLayout in calc...

by staykovmarin, November 21, 2007 04:42, 3 refactorings, tagged with swing

Writing a calculator type a...

372b535c68f29d5fe04052c7b1d96255 Talk