Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Increasing width to right column are cutoff when using FlowLayout
Increasing width to right column are cutoff when using FlowLayout [message #462837] Thu, 20 October 2005 03:51
Eclipse UserFriend
Originally posted by: arick.pobox.com

As a learning exercise, I am attempting to layout two columns of data using the FlowLayout. I am attempt to ensure that the right column is right-justified via a FlowData and FlowAttachment.

The initial layout on the columns looks great. Then I update the fields. Still works great; at least until the width of the right-field increases. Then the right-most characters (those further to the right then the original field-width) get cut off.

EX: first pass
8 8
88 88

EX: second pass
9 9
99 99

EX: third pass
10 1
100 10
^
|
Everything to the right gets cut off.

If I manually resize the screen, the missing characters show up. So how
do I get the field to automatically resize itself?
Previous Topic:how to customize a Spinner for hex values?
Next Topic:swing-applet in plugin?
Goto Forum:
  


Current Time: Fri Apr 19 22:47:39 GMT 2024

Powered by FUDForum. Page generated in 0.02654 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top