No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
What is meant by "In Linux, the name of a file is not inherent to the file." I don't quite understand
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 …
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
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
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
[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]
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. …
The End.
Random_Integer