Beispiel #1
0
 public void searchWithStrokes() throws SQLException {
   int fromStrokes = hydc3View.getFromStrokes();
   int toStrokes = hydc3View.getToStrokes();
   if (fromStrokes <= toStrokes) {
     String[] sCharacters = hydc3Model.searchWithStrokes(fromStrokes, toStrokes);
     hydc3View.setSelectingList(sCharacters);
   }
 }