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

7 Posted Topics

Member Avatar for Random_Integer

What is meant by "In Linux, the name of a file is not inherent to the file." I don't quite understand

Member Avatar for rubberman
0
163
Member Avatar for Random_Integer

Right now I'm writing a java program that makes special edits to the hosts file on windows. Some people at work were complaining about it. Anyways, the program is finished everything works great! However I have to run eclipse as admin to give it permission to write in the hosts …

Member Avatar for Software guy
0
284
Member Avatar for Random_Integer

Would it be possible to have a screen shot of another website in a panel. Like Iframe except not scrollable and nothing is click-able. Also the content is perhaps fitted to the frame. thanks

Member Avatar for almostbob
0
121
Member Avatar for Random_Integer

I know you can, [CODE]frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);[/CODE] but is there a way to get it to execute a method and then exit? example.. [CODE]frame.setDefaultCloseOperation(saveData, JFrame.EXIT_ON_CLOSE);[/CODE] just a guess? thanks all

Member Avatar for Random_Integer
0
132
Member Avatar for Random_Integer

I'm doing a practice project to save golf statistics. It will display different data using tables. I wanted to run it through a jar file. But when I exit, obviously all of the data in my arrayList is gone. Any ways to save the arraylist? thanks a lot, -10100

Member Avatar for ajst
0
133
Member Avatar for Transcendent

[CODE]public class ForLoopTest { public static void main ( String [] args) { int product = 1; System.out.printf(" %d ", forLoopTest(product)); } public static int forLoopTest(int product) { for ( int i = 1; i <= 10; i++ ) { product *= i; } return product; } }[/CODE]

Member Avatar for jon.kiparsky
0
136
Member Avatar for ITjulz

oh, that's a fun one. I would scan it in as a string. use String.charAt(index); to compare the individual characters. First, see what day of the week it is, knowing the time does not change anything without the day of the week. Knowing the day eliminates at least one option. …

Member Avatar for Random_Integer
0
280

The End.