Loading SWFs from memory

Progressbar animation fix
Few refactorings
This commit is contained in:
Jindra Pet��k
2013-08-24 14:05:15 +02:00
parent 9f22cec75d
commit 8a8084ef28
140 changed files with 3902 additions and 281 deletions
@@ -74,13 +74,13 @@ public class ErrorLogFrame extends AppFrame {
logView.setBackground(Color.white);
logView.setLayout(new BorderLayout());
cnt.setBackground(Color.white);
logViewInner.setLayout(new BoxLayout(logViewInner, BoxLayout.Y_AXIS));
logView.add(logViewInner, BorderLayout.NORTH);
expandIcon = View.getIcon("expand16");
collapseIcon = View.getIcon("collapse16");
cnt.add(new JScrollPane(logView), BorderLayout.CENTER);
handler = new Handler() {
@Override