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

[BUG] HTMLContainer -> getImage() throws error. #191

Open
Oskan1 opened this issue Jan 31, 2023 · 0 comments
Open

[BUG] HTMLContainer -> getImage() throws error. #191

Oskan1 opened this issue Jan 31, 2023 · 0 comments

Comments

@Oskan1
Copy link
Collaborator

Oskan1 commented Jan 31, 2023

app cannot be launched error, the moment I use this method.

import org.dwcj.App;
import org.dwcj.controls.panels.AppPanel;
import org.dwcj.controls.textarea.TextArea;
import org.dwcj.exceptions.DwcAppInitializeException;

public class IgnoreTabsEnter extends App {
    private HtmlContainer container;
    @Override
    public void run() throws DwcAppInitializeException {
        AppPanel appPanel = new AppPanel();
        container = new HtmlContainer("");

       appPanel.add(container);
       container.getImage();
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant