1 package com.jsql.view.swing.text; 2 3 public interface JPlaceholder { 4 void setPlaceholderText(String placeholderText); 5 }