diff options
| author | Paul Buetow <paul@buetow.org> | 2009-02-23 17:12:36 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2009-02-23 17:12:36 +0000 |
| commit | ba46e76e7376fc94919933d16c3c5cf4a7beae4a (patch) | |
| tree | d3b5959b2637f01ecbabbc75bb2798c74af2da5b /sources/client/SubWindow.java | |
| parent | c83d9c9c92af88cb5a11fa3ade4138cfe526a3c9 (diff) | |
author buetow => author Paul C. Buetow
Diffstat (limited to 'sources/client/SubWindow.java')
| -rw-r--r-- | sources/client/SubWindow.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/client/SubWindow.java b/sources/client/SubWindow.java index 36e9529..6525aa7 100644 --- a/sources/client/SubWindow.java +++ b/sources/client/SubWindow.java @@ -13,7 +13,7 @@ import javax.swing.*; /** * This is the base class for all subwindows of a main session window of * the calendar client. - * @author buetow + * @author Paul C. Buetow * */ public abstract class SubWindow extends JFrame { @@ -55,7 +55,7 @@ public abstract class SubWindow extends JFrame { /** * This private class is only needed for removing the current JFrame of the outer class * from the NetCalendarClient object's frame Vector. - * @author buetow + * @author Paul C. Buetow */ private class MyWindowListener implements WindowListener { /* |
