Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
jvx:client:gui:column_width [2020/06/08 14:56]
cduncan
jvx:client:gui:column_width [2020/06/26 11:56] (current)
cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation)
Line 10: Line 10:
 The table uses this width for the cell width. The table uses this width for the cell width.
  
-But be careful, ​because ​the real cell width depends on the UI implementation. Some GUI toolkits like Swing fill the empty space and add the difference to existing cells. In the case of Swing UI, it's possible to disable this feature:+But be careful, the real cell width depends on the UI implementation. Some GUI toolkits like Swing fill the empty space and add the difference to existing cells. In the case of Swing UI, it's possible to disable this feature:
  
 <file java> <file java>
 (((JVxTable)table.getResource()).setAutoFillEmptySpace(false);​ (((JVxTable)table.getResource()).setAutoFillEmptySpace(false);​
 </​file>​ </​file>​
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information