Package jadx.gui.utils

Examples of jadx.gui.utils.Link


    });
    forwardButton.setToolTipText(NLS.str("nav.forward"));
    toolbar.add(forwardButton);

    toolbar.add(Box.createHorizontalGlue());
    updateLink = new Link("", JadxUpdate.JADX_RELEASES_URL);
    updateLink.setVisible(false);
    toolbar.add(updateLink);

    mainPanel.add(toolbar, BorderLayout.NORTH);
  }
View Full Code Here

TOP

Related Classes of jadx.gui.utils.Link

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.