KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > ca > directory > jxplorer > editor > ocsprsaprivatekeyeditor


1 package com.ca.directory.jxplorer.editor;
2
3 import java.awt.*;
4 import java.awt.event.*;
5 import javax.swing.*;
6 import javax.swing.event.*;
7
8
9
10 public class ocsprsaprivatekeyeditor extends basicbinaryeditor
11 {
12     public ocsprsaprivatekeyeditor(Frame owner)
13     {
14         super(owner);
15         // your special purpose code here...
16
}
17     // ... and here
18
}
Popular Tags