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
Ranked #54.9K
~1K People Reached
Favorite Tags
Member Avatar for bloodbender

Hello Daniweb! I have a .txt file on a URL and I'm able to read its contents and display them however and wherever I want in my applet without any issues with this simple code: URL url = new URL("http://blabla.com/something.txt"); BufferedReader input = new BufferedReader(new InputStreamReader(url.openStream())); String str; Boolean continueLoop …

Member Avatar for bloodbender
0
221
Member Avatar for gedas

Hey guys, I am creating a simple java swing app that would allow me to monitor the activity on my sites. I am using google analytics api to do most of the monitoring(breif descritpion can be found here : https://developers.google.com/analytics/devguides/reporting/core/v2/gdataJava) however this does not show how to incorporate the new …

Member Avatar for gholtean
0
88
Member Avatar for jreamy4

my girlfriends machine is a 1.3 pentium 3, 512 ram, xp home system it work fine and then all of a sudden the scvhost will shoot up to 99% cpu usage and cause the system to slow to a crawl. i have scanned for a virus, a trojan, both spybot …

Member Avatar for Olivier75
0
1K