Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
Felicity117 committed Jun 4, 2018
1 parent b7ea2fa commit 8ed8aa0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion AccreteGB-src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.accretegb</groupId>
<artifactId>AccreteGB</artifactId>
<version>1.0.1</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>openaccretegb-common</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ public void setScrollBarRequired(boolean scrollBarRequired)
/**
* Alter the bounds of the popup just before it is made visible.
*/
@Override
public void popupMenuWillBecomeVisible(PopupMenuEvent e)
{
JComboBox comboBox = (JComboBox)e.getSource();
Expand Down Expand Up @@ -337,10 +336,8 @@ protected boolean horizontalScrollBarWillBeVisible(BasicComboPopup popup, JScrol
return popupWidth > scrollPane.getPreferredSize().width;
}

@Override
public void popupMenuCanceled(PopupMenuEvent e) {}

@Override
public void popupMenuWillBecomeInvisible(PopupMenuEvent e)
{
// In its normal state the scrollpane does not have a scrollbar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ public void setSubsetListComboBox(){
subsetListComboBox.setPrototypeDisplayValue("xxxxxxxxxxxxxxxxxxx");
subsetListComboBox.addItemListener(new ItemListener(){

@Override
public void itemStateChanged(ItemEvent e) {
fieldTablePanel.getTable().clearSelection();
tagname.setText("");
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 8ed8aa0

Please sign in to comment.