rana_b 2003/01/20 07:21:36
Modified: ftpserver/src/java/org/apache/avalon/ftpserver/gui
FtpAdmin.java
Log:
method name changed
Revision Changes Path
1.13 +3 -3
jakarta-avalon-apps/ftpserver/src/java/org/apache/avalon/ftpserver/gui/FtpAdmin.java
Index: FtpAdmin.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-apps/ftpserver/src/java/org/apache/avalon/ftpserver/gui/FtpAdmin.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- FtpAdmin.java 10 Oct 2002 16:02:01 -0000 1.12
+++ FtpAdmin.java 20 Jan 2003 15:21:36 -0000 1.13
@@ -258,7 +258,7 @@
*/
public void handleException(Exception ex) {
//ex.printStackTrace();
- GuiUtils.showErrorMessage(getTopComponent(), ex.getMessage());
+ GuiUtils.showErrorMessage(getTopFrame(), ex.getMessage());
if (ex instanceof java.rmi.RemoteException) {
logout();
setVisible(true);
@@ -362,7 +362,7 @@
/**
* Get top component of this application
*/
- public Component getTopComponent() {
+ public Component getTopFrame() {
Component topComp = this;
if (mAdminFrame != null) {
topComp = mAdminFrame;
@@ -381,4 +381,4 @@
new FtpAdmin();
}
-}
\ No newline at end of file
+}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>