package com.jsql.view.swing.text;
/**
* Textfield with information text displayed when empty.
*/
public class JTextAreaPlaceholderConsole extends JTextAreaPlaceholder {
public JTextAreaPlaceholderConsole(String placeholder) {
super(placeholder);
}
}