标签: java swing layout-manager gridbaglayout
我想以编程方式获取已放置的面板的网格包约束。我怎么做??
答案 0 :(得分:8)
GridBagLayout有方法
public GridBagConstraints getConstraints(Component comp)