Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Rendering a simple graphic hello world in Java (using Perl)

by metaperl (Curate)
on Jul 28, 2011 at 17:49 UTC ( [id://917307]=note: print w/replies, xml ) Need Help??


in reply to Re: Rendering a simple graphic hello world in Java (using Perl)
in thread Rendering a simple graphic hello world in Java (using Perl)

Good suggestion, I got it to work, thanks to you:
use Inline ( Java => 'STUDY', STUDY => [ qw(javax.swing.JFrame javax.swing.JOptionPane) ] ); # http://download.oracle.com/javase/1.4.2/docs/api/javax/swing/JOption +Pane.html my $f = javax::swing::JFrame->new; my $l = javax::swing::JOptionPane->new(); $l->showMessageDialog($f, "Hello World");




The mantra of every experienced web application developer is the same: thou shalt separate business logic from display. Ironically, almost all template engines allow violation of this separation principle, which is the very impetus for HTML template engine development.

-- Terence Parr, "Enforcing Strict Model View Separation in Template Engines"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://917307]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-03-28 18:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found