GithubHelp home page GithubHelp logo

fmx.6.decompiler's People

Contributors

witchi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fmx.6.decompiler's Issues

info.phosco.forms.translate.util package is missing

Hi,

I tried to run the application, but I got the following error:

[Running] cd "\src\info\phosco\forms\viewer\tabbed" && javac Desktop.java && java Desktop

Desktop.java:3: error: package info.phosco.forms.translate.util does not exist
import info.phosco.forms.translate.util.Log;
                                       ^
Desktop.java:4: error: package info.phosco.forms.translate.util does not exist
import info.phosco.forms.translate.util.LogHandler;
                                       ^
Desktop.java:5: error: package info.phosco.forms.viewer.tabbed.desktop does not exist
import info.phosco.forms.viewer.tabbed.desktop.ApplicationController;
                                              ^
Desktop.java:6: error: package info.phosco.forms.viewer.tabbed.desktop does not exist
import info.phosco.forms.viewer.tabbed.desktop.ApplicationDesktop;
                                              ^
Desktop.java:7: error: package info.phosco.forms.viewer.tabbed.model does not exist
import info.phosco.forms.viewer.tabbed.model.ApplicationModel;
                                            ^
Desktop.java:8: error: package info.phosco.forms.viewer.tabbed.util does not exist
import info.phosco.forms.viewer.tabbed.util.StageManager;
                                           ^
Desktop.java:17: error: cannot find symbol
	private final static Logger log = Log.getLogger(Desktop.class);
	                                  ^
  symbol:   variable Log
  location: class Desktop
Desktop.java:24: error: cannot find symbol
		StageManager.getInstance().setPrimaryStage(primaryStage);
		^
  symbol:   variable StageManager
  location: class Desktop
Desktop.java:27: error: cannot find symbol
		ApplicationModel model = new ApplicationModel();
		^
  symbol:   class ApplicationModel
  location: class Desktop
Desktop.java:27: error: cannot find symbol
		ApplicationModel model = new ApplicationModel();
		                             ^
  symbol:   class ApplicationModel
  location: class Desktop
Desktop.java:28: error: cannot find symbol
		ApplicationDesktop desktop = new ApplicationDesktop();
		^
  symbol:   class ApplicationDesktop
  location: class Desktop
Desktop.java:28: error: cannot find symbol
		ApplicationDesktop desktop = new ApplicationDesktop();
		                                 ^
  symbol:   class ApplicationDesktop
  location: class Desktop
Desktop.java:29: error: cannot find symbol
		ApplicationController control = new ApplicationController(model, desktop);
		^
  symbol:   class ApplicationController
  location: class Desktop
Desktop.java:29: error: cannot find symbol
		ApplicationController control = new ApplicationController(model, desktop);
		                                    ^
  symbol:   class ApplicationController
  location: class Desktop
Desktop.java:37: error: cannot find symbol
		LogHandler.init(Level.FINE);
		^
  symbol:   variable LogHandler
  location: class Desktop
15 errors

How I can fix it?

project enhancement

I would like to enhance the project to include 6i and 12c fxm version,
kindly assist me what are the steps needed?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.