Icon shows on PopoutView
This commit is contained in:
parent
aa507721d6
commit
c79fe97793
@ -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("")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user