Icon shows on PopoutView

This commit is contained in:
Skylar Ittner 2015-08-31 17:52:21 -06:00
parent aa507721d6
commit c79fe97793

View File

@ -25,6 +25,8 @@
*/ */
package com.netsyms.symat.padview; package com.netsyms.symat.padview;
import static com.netsyms.symat.padview.GUI.logo;
/** /**
* *
* @author Skylar * @author Skylar
@ -38,6 +40,7 @@ public class PopoutView extends javax.swing.JFrame {
*/ */
public PopoutView(String content, String title) { public PopoutView(String content, String title) {
initComponents(); initComponents();
setIconImages(logo);
textBox.setText(content); textBox.setText(content);
setTitle(getTitle() + title); setTitle(getTitle() + title);
if (!PrefStorage.getSetting("wrapLines").equals("")) { if (!PrefStorage.getSetting("wrapLines").equals("")) {