Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可可中是否有任何与“GridBagLayout as in swing”等效的功能?花了一些时间寻找没有运气。
感谢您在可可中创建类似 GridBagLayout 的任何帮助或建议:) 谢谢:)
没有。GridBagLayout在 Java 中最接近的可能是将NSCollectionView内容数组显示为视图网格:
GridBagLayout
NSCollectionView
https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/NSCollectionView_Class/Introduction/Introduction.html
https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/NSCollectionView_Class/Introduction/Introduction.html#//apple_ref/occ/cl/NSCollectionView