Skip to content

Commit 8ed8aa0

Browse files
committed
Update release
1 parent b7ea2fa commit 8ed8aa0

5 files changed

Lines changed: 1 addition & 5 deletions

File tree

AccreteGB-src/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.accretegb</groupId>
66
<artifactId>AccreteGB</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.1.1</version>
88
<packaging>jar</packaging>
99

1010
<name>openaccretegb-common</name>

AccreteGB-src/src/main/java/org/accretegb/modules/customswingcomponent/BoundsPopupMenuListener.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ public void setScrollBarRequired(boolean scrollBarRequired)
169169
/**
170170
* Alter the bounds of the popup just before it is made visible.
171171
*/
172-
@Override
173172
public void popupMenuWillBecomeVisible(PopupMenuEvent e)
174173
{
175174
JComboBox comboBox = (JComboBox)e.getSource();
@@ -337,10 +336,8 @@ protected boolean horizontalScrollBarWillBeVisible(BasicComboPopup popup, JScrol
337336
return popupWidth > scrollPane.getPreferredSize().width;
338337
}
339338

340-
@Override
341339
public void popupMenuCanceled(PopupMenuEvent e) {}
342340

343-
@Override
344341
public void popupMenuWillBecomeInvisible(PopupMenuEvent e)
345342
{
346343
// In its normal state the scrollpane does not have a scrollbar

AccreteGB-src/src/main/java/org/accretegb/modules/phenotype/PhenotypeInfoPanel.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ public void setSubsetListComboBox(){
172172
subsetListComboBox.setPrototypeDisplayValue("xxxxxxxxxxxxxxxxxxx");
173173
subsetListComboBox.addItemListener(new ItemListener(){
174174

175-
@Override
176175
public void itemStateChanged(ItemEvent e) {
177176
fieldTablePanel.getTable().clearSelection();
178177
tagname.setText("");
41.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)