mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 19:12:05 +00:00
Timeline view (still not very useful)
Dialog icons Search icon
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
*/
|
||||
package com.jpexs.decompiler.flash.gui;
|
||||
|
||||
import com.jpexs.decompiler.flash.gui.timeline.TimelineFrame;
|
||||
import com.jpexs.decompiler.flash.AbortRetryIgnoreHandler;
|
||||
import com.jpexs.decompiler.flash.AppStrings;
|
||||
import com.jpexs.decompiler.flash.ApplicationInfo;
|
||||
@@ -2956,4 +2957,12 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
public void setErrorState(ErrorState errorState) {
|
||||
statusPanel.setErrorState(errorState);
|
||||
}
|
||||
|
||||
public void timeline() {
|
||||
final SWF swf = getCurrentSwf();
|
||||
if (swf != null) {
|
||||
TimelineFrame tf = new TimelineFrame(swf);
|
||||
tf.setVisible(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user