Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~98 People Reached
Favorite Forums
Favorite Tags
java x 2
Member Avatar for moonny

i'm trying on the tutorial at http://tools.osmosis.gr/blog/archives/2005/03/birt_rcp_viewer_1.html i have a openReportEditor method as shown below: private void openReportEditor() { serverUrlText.setText("[URL="http://127.0.0.1/"][COLOR=#0000ff]http://127.0.0.1[/COLOR][/URL]:8181/birt/"); String uri = serverUrlText.getText(); ReportEditorInput input = new ReportEditorInput(); input.setUri(uri); OpenNewBrowserAction action = new OpenNewBrowserAction(input); action.run();} when i have created a button and i would like to call the openReportEditor. …

Member Avatar for moonny
0
98