Skip to content

Commit

Permalink
Misc edits
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Feb 8, 2024
1 parent 4f9836c commit 0834a5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion convex-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>world.convex</groupId>
<artifactId>convex-observer</artifactId>
<version>0.7.13-SNAPSHOT</version>
<version>${convex.version}</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package convex.gui.manager.mainpanels;


import java.awt.BorderLayout;
import java.awt.datatransfer.Clipboard;
import java.awt.datatransfer.StringSelection;
Expand All @@ -26,7 +27,7 @@
import convex.gui.manager.windows.actor.ActorWindow;
import convex.gui.utils.Toolkit;

@SuppressWarnings("serial")
@SuppressWarnings({ "serial"})
public class AccountsPanel extends JPanel {
AccountsTableModel tableModel;
JTable table;
Expand Down Expand Up @@ -93,7 +94,7 @@ public void actionPerformed(ActionEvent e) {
copyAddress();
}
});

table.addMouseListener(new MouseAdapter() {
@Override
public void mousePressed(MouseEvent e) {
Expand Down

0 comments on commit 0834a5d

Please sign in to comment.