Lines Matching refs:gbc

169     GridBagConstraints gbc = new GridBagConstraints();
173 gbc.gridx = 0;
174 gbc.gridy = 0;
175 gbc.gridwidth = 1;
176 gbc.fill = GridBagConstraints.HORIZONTAL;
177 add(explanation, gbc);
178 gbc.gridy ++;
179 gbc.insets.top = 10;
204 gbc.weightx = 0.0;
205 gbc.anchor = GridBagConstraints.NORTHWEST;
206 gbc.fill = GridBagConstraints.NONE;
207 add(scheduleType, gbc);
260 gbc.gridy ++;
261 gbc.gridwidth = 1;
262 gbc.gridx = 0;
263 gbc.weightx = 0.0;
264 gbc.insets.left = 30;
265 add(launchLaterPanel, gbc);
266 add(dailyPanel, gbc);
267 add(weeklyPanel, gbc);
268 add(monthlyPanel, gbc);
269 add(cronPanel, gbc);
270 add(Box.createRigidArea(new Dimension(width, height)), gbc);
271 gbc.gridy ++;
272 gbc.gridx = 0;
273 gbc.fill = GridBagConstraints.VERTICAL;
274 gbc.weighty = 1.0;
275 add(Box.createVerticalGlue(), gbc);
752 GridBagConstraints gbc = new GridBagConstraints();
869 gbc.gridy = 0;
881 gbc.gridwidth = 1;
882 gbc.fill = GridBagConstraints.HORIZONTAL;
886 gbc.gridx = 0;
887 gbc.weightx = 0.0;
888 gbc.gridwidth = 1;
890 panel.add(labels[i], gbc);
891 gbc.gridx = 1;
892 gbc.insets.left = 10;
893 panel.add(comps[i], gbc);
894 gbc.gridx = 2;
895 gbc.weightx = 1.0;
896 gbc.insets.left = 0;
897 panel.add(Box.createHorizontalGlue(), gbc);
901 gbc.gridwidth = 2;
902 gbc.insets.top = 3;
903 gbc.insets.left = 10;
904 gbc.gridx = 1;
905 gbc.gridy ++;
906 panel.add(Utilities.createInlineHelpLabel(inlineHelp[i]), gbc);
909 gbc.insets.top = 10;
910 gbc.gridy ++;
913 gbc.insets.top = 0;
914 gbc.weighty = 1.0;
915 gbc.fill = GridBagConstraints.VERTICAL;
916 panel.add(Box.createVerticalGlue(), gbc);
925 GridBagConstraints gbc = new GridBagConstraints();
926 gbc.gridx = 0;
927 gbc.gridy = 0;
928 gbc.weightx = 0.0;
940 panel.add(lDailyTime, gbc);
941 gbc.gridx = 1;
942 gbc.insets.left = 10;
943 gbc.fill = GridBagConstraints.NONE;
944 panel.add(dailyTime, gbc);
945 gbc.gridx = 2;
946 gbc.weightx = 1.0;
947 gbc.insets.left = 0;
948 gbc.fill = GridBagConstraints.HORIZONTAL;
949 panel.add(Box.createHorizontalGlue(), gbc);
951 gbc.gridy ++;
952 gbc.gridwidth = 2;
953 gbc.insets.top = 3;
954 gbc.insets.left = 10;
955 gbc.gridx = 1;
957 INFO_CTRL_PANEL_TASK_TO_SCHEDULE_TIME_TOOLTIP.get()), gbc);
966 GridBagConstraints gbc = new GridBagConstraints();
967 gbc.gridx = 0;
968 gbc.gridy = 0;
969 gbc.weightx = 0.0;
989 gbc.anchor = GridBagConstraints.WEST;
990 panel.add(lWeeklyTime, gbc);
991 gbc.gridx = 1;
992 gbc.insets.left = 10;
993 gbc.gridwidth = weekDays.length;
994 gbc.fill = GridBagConstraints.NONE;
995 panel.add(weeklyTime, gbc);
996 gbc.gridx = 2;
997 gbc.weightx = 1.0;
998 gbc.insets.left = 0;
999 gbc.gridwidth = 1;
1000 gbc.fill = GridBagConstraints.HORIZONTAL;
1001 panel.add(Box.createHorizontalGlue(), gbc);
1002 gbc.gridy ++;
1003 gbc.gridwidth = weekDays.length + 1;
1004 gbc.insets.top = 3;
1005 gbc.insets.left = 10;
1006 gbc.gridx = 1;
1008 INFO_CTRL_PANEL_TASK_TO_SCHEDULE_TIME_TOOLTIP.get()), gbc);
1010 gbc.gridx = 0;
1011 gbc.gridy ++;
1012 gbc.insets.top = 10;
1013 gbc.weightx = 1.0;
1014 panel.add(lWeeklyDays, gbc);
1015 gbc.insets.left = 10;
1016 gbc.gridwidth = 1;
1019 gbc.gridx ++;
1020 panel.add(cb, gbc);
1022 gbc.weightx = 1.0;
1023 gbc.insets.left = 0;
1024 gbc.gridwidth = 1;
1025 gbc.gridx ++;
1026 panel.add(Box.createHorizontalGlue(), gbc);
1035 GridBagConstraints gbc = new GridBagConstraints();
1036 gbc.gridx = 0;
1037 gbc.gridy = 0;
1038 gbc.weightx = 0.0;
1052 gbc.anchor = GridBagConstraints.WEST;
1053 panel.add(lMonthlyTime, gbc);
1054 gbc.gridx = 1;
1055 gbc.insets.left = 10;
1056 gbc.fill = GridBagConstraints.NONE;
1057 gbc.gridwidth = 7;
1058 panel.add(monthlyTime, gbc);
1059 gbc.gridx = 2;
1060 gbc.weightx = 1.0;
1061 gbc.insets.left = 0;
1062 gbc.gridwidth = 1;
1063 gbc.fill = GridBagConstraints.HORIZONTAL;
1064 panel.add(Box.createHorizontalGlue(), gbc);
1065 gbc.gridy ++;
1066 gbc.gridwidth = 8;
1067 gbc.insets.top = 3;
1068 gbc.insets.left = 10;
1069 gbc.gridx = 1;
1071 INFO_CTRL_PANEL_TASK_TO_SCHEDULE_TIME_TOOLTIP.get()), gbc);
1073 gbc.gridx = 0;
1074 gbc.gridy ++;
1075 gbc.insets.top = 10;
1076 gbc.weightx = 1.0;
1077 gbc.gridwidth = 1;
1078 panel.add(lMonthlyDays, gbc);
1079 gbc.insets.left = 10;
1080 gbc.gridwidth = 1;
1088 gbc.gridy ++;
1089 gbc.insets.top = 5;
1093 gbc.insets.left = 5;
1097 gbc.insets.left = 10;
1099 gbc.gridx = x + 1;
1100 panel.add(monthDays[i], gbc);
1103 gbc.weightx = 1.0;
1104 gbc.insets.left = 0;
1105 gbc.gridwidth = 1;
1106 gbc.gridx ++;
1107 panel.add(Box.createHorizontalGlue(), gbc);
1116 GridBagConstraints gbc = new GridBagConstraints();
1121 gbc.gridx = 0;
1122 gbc.gridy = 0;
1123 gbc.gridwidth = 2;
1124 gbc.fill = GridBagConstraints.HORIZONTAL;
1125 panel.add(explanation, gbc);
1126 gbc.gridy ++;
1127 gbc.insets.top = 10;
1129 gbc.gridwidth = 1;
1169 gbc.gridwidth = 1;
1170 gbc.fill = GridBagConstraints.HORIZONTAL;
1174 gbc.gridx = 0;
1175 gbc.weightx = 0.0;
1177 gbc.insets.left = 0;
1178 panel.add(labels[i], gbc);
1179 gbc.gridx = 1;
1180 gbc.insets.left = 10;
1181 panel.add(comps[i], gbc);
1182 gbc.gridx = 2;
1183 gbc.weightx = 1.0;
1184 gbc.insets.left = 0;
1185 panel.add(Box.createHorizontalGlue(), gbc);
1188 gbc.insets.top = 3;
1189 gbc.insets.left = 10;
1190 gbc.gridy ++;
1191 gbc.gridx = 1;
1192 panel.add(Utilities.createInlineHelpLabel(help[i]), gbc);
1195 gbc.insets.top = 10;
1196 gbc.gridy ++;
1199 gbc.insets.top = 0;
1200 gbc.weighty = 1.0;
1201 gbc.fill = GridBagConstraints.VERTICAL;
1202 panel.add(Box.createVerticalGlue(), gbc);