Home
last modified time | relevance | path

Searched refs:commentLabel (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBProjectItemPanel.java30 JLabel commentLabel; field in RBProjectItemPanel
99 commentLabel = new JLabel(Resources.getTranslation("project_panel_comment_none"), SwingConstants.LEFT); in initComponents()
101 commentPanel.add(commentLabel); in initComponents()
126 commentLabel.setText(Resources.getTranslation("project_panel_comment_none")); in updateComponents()
135 commentLabel.setText(comment); in updateComponents()
H A DBundleGroupCreationDialog.java37 JLabel commentLabel = new JLabel(Resources.getTranslation("dialog_group_comment")); field in BundleGroupCreationDialog
86 commentLabel.setPreferredSize(leftDim); in initComponents()
91 box2.add(commentLabel); box2.add(commentField); in initComponents()
H A DBundleGroupEditDialog.java36 JLabel commentLabel = new JLabel(Resources.getTranslation("dialog_group_comment")); field in BundleGroupEditDialog
87 commentLabel.setPreferredSize(leftDim); in initComponents()
95 box2.add(commentLabel); box2.add(commentField); in initComponents()
H A DResourceCreationDialog.java37 JLabel commentLabel = new JLabel(Resources.getTranslation("dialog_file_comment")); field in ResourceCreationDialog
116 commentLabel.setPreferredSize(labelDim); in initComponents()
141 infoCommentPanel.add(commentLabel); infoCommentPanel.add(commentField); in initComponents()
H A DBundleItemDialog.java49 JLabel commentLabel = new JLabel(Resources.getTranslation("dialog_comment")); field in BundleItemDialog
138 commentLabel.setPreferredSize(leftDim); in initComponents()
193 box3.add(commentLabel); box3.add(commentField); in initComponents()
H A DBundleItemCreationDialog.java46 JLabel commentLabel = new JLabel(Resources.getTranslation("dialog_comment")); field in BundleItemCreationDialog
268 commentLabel.setPreferredSize(leftDim); in initComponents()
276 box4.add(commentLabel); box4.add(commentField); in initComponents()

Completed in 3 milliseconds