git://git.nikiroo.be
/
fanfix.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Merge branch 'master' into subtree
[fanfix.git]
/
ui
/
test
/
TestUI.java
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
package be.nikiroo.utils.ui.test;
2
3
public class TestUI {
4
// TODO: make a GUI tester
5
public TestUI() {
6
ProgressBarManualTest a = new ProgressBarManualTest();
7
}
8
}