Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to use Swing closes the application #44

Closed
DiegoCoronel opened this issue Sep 20, 2013 · 4 comments
Closed

Trying to use Swing closes the application #44

DiegoCoronel opened this issue Sep 20, 2013 · 4 comments
Labels
Milestone

Comments

@DiegoCoronel
Copy link
Member

My frame just open and close when i start the application.

import javax.swing { JFrame }

void run(){
  value frame = JFrame("hello");
  frame.setSize(100,00);
  frame.setVisible(true);
}
@FroMage
Copy link
Member

FroMage commented Sep 20, 2013

This looks the same as #31 but it isn't. I don't get any exception the way I did with #31. This is related to jboss modules though because when running without the module system this works.

@FroMage
Copy link
Member

FroMage commented Nov 8, 2013

So I'm trying to check the logs but I see nothing going wrong from jboss modules. I can't see swing trying to load any resources which is weird.

@FroMage
Copy link
Member

FroMage commented Nov 8, 2013

OK found it, it's a System.exit call.

@FroMage FroMage closed this as completed Nov 8, 2013
@FroMage FroMage reopened this Nov 8, 2013
FroMage added a commit to ceylon/ceylon-common that referenced this issue Nov 8, 2013
FroMage added a commit to ceylon/ceylon-compiler that referenced this issue Nov 8, 2013
@FroMage
Copy link
Member

FroMage commented Nov 8, 2013

Fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants