JAVA初心者です。デザイン GUI に Swing ツールを使用しています。C# winform に似た GroupBox コンテナを探しています。ヘルプ...
みんなありがとう。
アップデート
JPanel box = new JPanel();
box.setLayout(new MigLayout("", "[323.00][][27.00][197.00][][][56.00][]", "[][][][][][][][][][][][][][][]"));
box.setBorder(BorderFactory.createTitledBorder("192.168.10.101"));
add(box, "flowx,cell 3 0 1 4");
JLabel lblNewLabel = new JLabel("Start Offset X,Y:");
box.add(lblNewLabel, "flowx,cell 3 0");