File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 39
39
import mediathek .gui .tabs .tab_film .filter_selection .FilterSelectionComboBoxModel ;
40
40
import mediathek .mainwindow .MediathekGui ;
41
41
import mediathek .tool .*;
42
+ import mediathek .tool .swing .AutoCompletionComboBox2 ;
42
43
import net .engio .mbassy .listener .Handler ;
43
44
import net .miginfocom .layout .AC ;
44
45
import net .miginfocom .layout .CC ;
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ new FormModel {
211
211
}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
212
212
"value": "cell 0 0"
213
213
} )
214
- add( new FormComponent( "mediathek.gui.tabs.tab_film.filter .AutoCompletionComboBox2" ) {
214
+ add( new FormComponent( "mediathek.tool.swing .AutoCompletionComboBox2" ) {
215
215
name: "jcbThema"
216
216
"minimumSize": new java.awt.Dimension( 50, 10 )
217
217
"preferredSize": sfield com.jformdesigner.model.FormObject NULL_VALUE
Original file line number Diff line number Diff line change 16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
18
18
19
- package mediathek .gui . tabs . tab_film . filter ;
19
+ package mediathek .tool . swing ;
20
20
21
21
import com .jidesoft .swing .AutoCompletion ;
22
22
import com .jidesoft .swing .ComboBoxSearchable ;
You can’t perform that action at this time.
0 commit comments