convex.gui.wallet.FriendPanel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of convex-gui Show documentation
Show all versions of convex-gui Show documentation
Convex desktop GUI and test applications
The newest version!
package convex.gui.wallet;
import javax.swing.JPanel;
import convex.api.Convex;
@SuppressWarnings("serial")
public class FriendPanel extends JPanel {
public FriendPanel(Convex convex) {
// TODO Auto-generated constructor stub
}
}