mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
LoginUIPanel: copy header from LoginDialog
This commit is contained in:
@ -1,7 +1,17 @@
|
|||||||
/*
|
/**
|
||||||
* To change this license header, choose License Headers in Project Properties.
|
* Copyright (C) 2004-2011 Jive Software. All rights reserved.
|
||||||
* To change this template file, choose Tools | Templates
|
* <p>
|
||||||
* and open the template in the editor.
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* <p>
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
* <p>
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package org.jivesoftware.gui;
|
package org.jivesoftware.gui;
|
||||||
|
|
||||||
@ -130,7 +140,8 @@ import org.minidns.dnsname.DnsName;
|
|||||||
import org.minidns.record.A;
|
import org.minidns.record.A;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Dialog to log in a user into the XMPP server.
|
||||||
|
* The LoginDialog is used only for login in registered users into the XMPP server.
|
||||||
* @author KeepToo
|
* @author KeepToo
|
||||||
*/
|
*/
|
||||||
public class LoginUIPanel extends javax.swing.JPanel implements KeyListener, ActionListener, FocusListener, CallbackHandler {
|
public class LoginUIPanel extends javax.swing.JPanel implements KeyListener, ActionListener, FocusListener, CallbackHandler {
|
||||||
|
|||||||
Reference in New Issue
Block a user