25 |
* |
* |
26 |
* Contributors: |
* Contributors: |
27 |
* Martin O. J. Schmitz - initial API and implementation |
* Martin O. J. Schmitz - initial API and implementation |
28 |
* Stefan A. Krüger - additional utility classes |
* Stefan A. Tzeggai - additional utility classes |
29 |
******************************************************************************/ |
******************************************************************************/ |
30 |
package skrueger.swing; |
package skrueger.swing; |
31 |
|
|
59 |
* {@link TranslationEditJPanel}s. {@link TranslationAskJDialog} implements a |
* {@link TranslationEditJPanel}s. {@link TranslationAskJDialog} implements a |
60 |
* transparent Apply/Cancel logic. |
* transparent Apply/Cancel logic. |
61 |
* |
* |
62 |
* @author Stefan Alfons Krüger |
* @author Stefan Alfons Tzeggai |
63 |
*/ |
*/ |
64 |
public class TranslationEditJPanel extends JPanel { |
public class TranslationEditJPanel extends JPanel { |
65 |
static final protected Logger LOGGER = Logger |
static final protected Logger LOGGER = Logger |