Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how can user quickly copy input field/values inside applet?

2 views
Skip to first unread message

8o...@invalid.nomail

unread,
Dec 20, 2009, 10:46:54 PM12/20/09
to

here's the example applet:
http://alumnus.caltech.edu/~jimmc/stringart/stringart.html
while experimenting, i've entered trig functions that extend the x and y beyond default
value 0 thru 1, so some kind of user-config copy of all fields would be handy for record
keeping (associating input sets with screenshots).


i tried to mouse swipe and ctrl+C (hey, it's easy to try :-) )

then tried a text search for info in http://www.ibiblio.org/java/javafaq.html
but i don't see the topic. although skimming some of the faq suggests the applet
author must provide some kind of data exporting?
if so, then "i give up"***.


thanks...


*** this is not a huge concern for me. i've been exploring various mathware, to see if
they can be fed into 3d modeling... with end goal sort of art... (i'm not a coder.. i'm
considering trying ogle where the math apps use opengl, etc)

Jeff Higgins

unread,
Dec 21, 2009, 6:59:33 AM12/21/09
to
8o...@invalid.nomail wrote:
> here's the example applet:
The Subscribe.class, SubscriberRequest.class, Unsubscribe.class
have me worried because they don't show up in the src.jar.

Jeff Higgins

unread,
Dec 21, 2009, 7:19:20 AM12/21/09
to

John B. Matthews

unread,
Dec 21, 2009, 11:15:03 AM12/21/09
to
In article <Xns9CE7C9...@216.196.97.142>,
"8o...@invalid.nomail" <8o...@invalid.nomail> wrote:

> here's the example applet:
> http://alumnus.caltech.edu/~jimmc/stringart/stringart.html
> while experimenting, i've entered trig functions that extend the x
> and y beyond default value 0 thru 1, so some kind of user-config copy
> of all fields would be handy for record keeping (associating input
> sets with screenshots).
>
> i tried to mouse swipe and ctrl+C (hey, it's easy to try :-) )

Cut & paste seems to work OK from the applet; but writing to the local
filesystem would require permission, which users may understandably
decline.

Some UI alternatives: This JWS application allows C & P, but it also
uses logarithmic spinners and includes a menu of favorites:

<http://home.roadrunner.com/~jbmatthews/cliff/cliff.html>

Here, the author also accepts candidate favorites directly from the host
site:

<http://calormen.com/Applesoft/>

Although this implementation uses Javascript, even an unsigned Applet
may communicate with it's originating host:

<http://java.sun.com/docs/books/tutorial/deployment/applet/security.html>

> then tried a text search for info in
> http://www.ibiblio.org/java/javafaq.html but i don't see the topic.
> although skimming some of the faq suggests the applet author must
> provide some kind of data exporting? if so, then "i give up"***.

It's also possible to offer two versions: a demo that requires no
security escalation and a full featured version that does.

Finally, Andrew Thompson has an example of implementing a jnlp
PersistenceService:

<http://pscode.org/jws/api.html>

--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>

0 new messages