我正在使用Miglayout向面板添加一个按钮,并尽我所能,我无法将其转到面板的右端。它坚持要向左冲。奇怪的是,演示在一个例子上有点简短(它只在同一个面板上的其他按钮的上下文中显示。
我有一个这样的小组:
dialog
->complex display retrieved from another class
OK Button here.
除了它总是坚持这样说:
dialog
->complex display retrieved from another class
OK Button here.
答案 0 :(得分:4)
好的,我得到了答案(最后)。添加包含按钮的面板时,添加“gapbefore push”的组件约束。我一直在尝试,但只在按钮本身,而不是面板。
答案 1 :(得分:0)
panel.add(button, "skip(the amount of cells you have), al 100%")