I want to progamatically get the grid bag constraints of a panel which is开发者_如何学JAVA already been placed. How do i do that??
GridBagLayout has the method
public GridBagConstraints getConstraints(Component comp)
I want to progamatically get the grid bag constraints of a panel which is开发者_如何学JAVA already been placed. How do i do that??
GridBagLayout has the method
public GridBagConstraints getConstraints(Component comp)
精彩评论