|
|
@ -28,7 +28,7 @@ public class WidgetBoundsPaneFactory { |
|
|
|
|
|
|
|
|
|
|
|
private String positionName; |
|
|
|
private String positionName; |
|
|
|
private String sizeName; |
|
|
|
private String sizeName; |
|
|
|
|
|
|
|
|
|
|
|
NameAttribute(String positionName, String sizeName) { |
|
|
|
NameAttribute(String positionName, String sizeName) { |
|
|
|
this.positionName = positionName; |
|
|
|
this.positionName = positionName; |
|
|
|
this.sizeName = sizeName; |
|
|
|
this.sizeName = sizeName; |
|
|
|