0

Is it possible to override the LAF's default dimensions of a JTextField with UIDefaults?

mKorbel
  • 109,525
  • 20
  • 134
  • 319
Fred Campos
  • 1,457
  • 1
  • 19
  • 22
  • please see [UIManagerDefaults](http://tips4java.wordpress.com/2008/10/09/uimanager-defaults/) by @camickr – mKorbel May 13 '13 at 09:43

1 Answers1

2

Maybe the padding, or the insets, but certainly not the raw dimension. That dimension accounts for things like the number of characters the field is supposed to show, and the font.

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
  • +1 not, isn't there, there isn't conflict :-), betweens keys in UIManager and LayoutManager, and/or predefinned methods in JTextField API – mKorbel May 13 '13 at 09:42