> ..
>
[quoted text clipped - 11 lines]
>
> Message posted via JavaKB.comhttp://www.javakb.com/Uwe/Forums.aspx/java-general/200704/1
..
> Thanks for your response.
Your future lack of top-posting, will be thanks enough.
<http://www.physci.org/codes/javafaq.html#toppost>
> Sorry I make a confusion about using Aglet application for Aglet. I
>will correct myself hereafter.
>
> This application is SWING ..
That is 'Swing' - it is not an acronym, and there
is no need to SHOUT.
>..application and not a applet.
I am confused that you would 'emphasize' Swing before
that statement, since (J)Applets use Swing.
>..This is
>working fine for me as standalone java application.
>
> Herewith I have attached the code.
Why? You did that already, and I have no intention
of installing all the crud needed to compile and run
this example. But I think you missed the point I
thought I'd discovered earlier, that an Aglet is *really*
an Applet.
No, wait a second.. this source is different to the
earlier source, most importantly in this line.
>public class largetable1 extends JFrame
I note that line earlier was..
public class largetable extends Aglet
..in the original source posted.
Are you indicating it is the JFrame based code
that works OK?

Signature
Andrew Thompson
http://www.athompson.info/andrew/
Ravikumar - 11 Apr 2007 16:30 GMT
Hi,
The first one which I tried with Aglet.
Second one will be standalone Java application.
> Are you indicating it is the JFrame based code
that works OK?
Yes. JFrame code works fine.
Please if it possible explain with simple program as how to load a
text file in Aglet.
My problem is I am not able to load this file.
Cheers
Ravikumar
> .
>
[quoted text clipped - 43 lines]
>
> Message posted via JavaKB.comhttp://www.javakb.com/Uwe/Forums.aspx/java-general/200704/1
Andrew Thompson - 11 Apr 2007 17:01 GMT
(top-posted reply)
>Hi,
From earlier..
"Your future lack of top-posting, will be thanks enough.
<http://www.physci.org/codes/javafaq.html#toppost>"
Your current top-posting makes me think you do
not take my time or help seriously.
Bye.

Signature
Andrew Thompson
http://www.athompson.info/andrew/
Oliver Wong - 11 Apr 2007 17:57 GMT
> The first one which I tried with Aglet.
>
[quoted text clipped - 9 lines]
>
> My problem is I am not able to load this file.
My guess is it's a security issue.
http://www.trl.ibm.com/aglets/spec10.htm
<quote>
A user can specify specific authorizations for trusted and untrusted
aglets that govern read/write access to files and libraries, object
instantiation, and window access and warning. These security options are
defined for each aglet security category (trusted and untrusted) and are
stored in the files
* $HOME/.aglets/security/trusted (or $JAVA_HOME if there is no $HOME)
and
* $HOME/.aglets/security/untrusted (or $JAVA_HOME if there is no
$HOME).
</quote>
- Oliver