Searched refs:panelName (Results 1 – 1 of 1) sorted by relevance
783 String panelName = comments.substring(0, dashIndex).trim(); in addClassSpecifications() local786 if (keepSubpanel == null || !panelName.equals(lastPanelName)) in addClassSpecifications()790 keepSubpanel.setBorder(BorderFactory.createTitledBorder(BORDER, panelName)); in addClassSpecifications()793 lastPanelName = panelName; in addClassSpecifications()