bsorrentino / swixml2

Project that extends the original swixml project providing integration with Swing Application Framework (JSR 296) and Beans Binding (JSR 295) to further simplifying the GUI creation & management
0 stars 0 forks source link

dividerLocation from splitpane tag does not work #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start SWIXML2 TOOL
2. Select the file in the attachment
3. Start

You can set the dividerLocation from splitpane as you want. It doesn't change. 
Location between 0.0 and 1.0 also does not work. Tested with 2.5.

In the swixml 1.51 works fine. 

Original issue reported on code.google.com by ergin22...@gmail.com on 2 Dec 2010 at 10:57

Attachments:

GoogleCodeExporter commented 9 years ago
thx for feedback

this issue should be related to property overloading 

setDividerLocation( int )
setDividerLocation( double )

i'll work on soon

Original comment by bartolom...@gmail.com on 2 Dec 2010 at 11:53

GoogleCodeExporter commented 9 years ago
i've made some tests and seems that the property is set in the right way ..... 
using setDividerLocation( int ) but it has no effect

probably the issue is mostly related to Swing rather than  Swixml 

i'll continue to investigate

Original comment by bartolom...@gmail.com on 2 Dec 2010 at 2:51

GoogleCodeExporter commented 9 years ago
The property should be set just before setVisible(true) or after the last pane 
in the splitpane. 

Original comment by ergin22...@gmail.com on 2 Dec 2010 at 3:22

GoogleCodeExporter commented 9 years ago
i've fixed issue on last SNAPSHOT

it is available also through on line tool ... 

let me know

Original comment by bartolom...@gmail.com on 4 Dec 2010 at 2:00

GoogleCodeExporter commented 9 years ago
Hi,

thanks a lot. I don't know how to use Maven. Can you send me a fully jar 
please. Next time I will learn more about Maven.

Regards

Original comment by ergin22...@gmail.com on 4 Dec 2010 at 9:56

GoogleCodeExporter commented 9 years ago
the complete last distributon is here: 
http://code.google.com/p/swixml2/downloads/detail?name=swixml-2.5-20101204-distr
ibution.zip

Regards

Original comment by bartolom...@gmail.com on 4 Dec 2010 at 2:45

GoogleCodeExporter commented 9 years ago
available on release 2.5-20101204

Original comment by bartolom...@gmail.com on 4 Dec 2010 at 2:56