Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
swdev:java:component:jdialog [2017/10/02 15:36]
smayr created
swdev:java:component:jdialog [2017/10/02 15:37] (current)
smayr
Line 2: Line 2:
  
 <code java> <code java>
-dlgAbout extends javax.swing.JDialog {+package com.acme.showcase; 
 + 
 +public class dlgAbout extends javax.swing.JDialog {
  
     /**     /**
Line 22: Line 24:
 <code java> <code java>
 package com.acme.showcase; package com.acme.showcase;
- 
-/* 
- * To change this license header, choose License Headers in Project Properties. 
- * To change this template file, choose Tools | Templates 
- * and open the template in the editor. 
- */ 
- 
  
 public class frmMain extends javax.swing.JFrame { public class frmMain extends javax.swing.JFrame {
  
-    public frmMain() { 
-        initComponents(); 
-    } 
-  
     //...     //...