Icon shows on PopoutView
This commit is contained in:
parent
aa507721d6
commit
c79fe97793
@ -25,6 +25,8 @@
|
||||
*/
|
||||
package com.netsyms.symat.padview;
|
||||
|
||||
import static com.netsyms.symat.padview.GUI.logo;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Skylar
|
||||
@ -38,6 +40,7 @@ public class PopoutView extends javax.swing.JFrame {
|
||||
*/
|
||||
public PopoutView(String content, String title) {
|
||||
initComponents();
|
||||
setIconImages(logo);
|
||||
textBox.setText(content);
|
||||
setTitle(getTitle() + title);
|
||||
if (!PrefStorage.getSetting("wrapLines").equals("")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user