No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hi folks, I have been making a marquee scroller that reads the text coming from the right to the left, so setting a JLabel's text using setText() starting with 60 spaces and one character-long substring, to zero spaces and 60 character-long substring. I've noticed that immediately, the jlabel's text starts …
Hello, I am trying to make a simple movie-managing application that allows the user to log into a particular username out of a list of usernames in a text file, and simply view information about movies kept in a text file. This is my first project, from which I would …
\^ isn't an escape sequence, I think what you are looking for is a char literal? i.e. '^'
Hi, been reading these forums for a while because I find I learn a lot without actually having to spend time coding my own projects, but here's my first question. I am looking to develop a very simple program that can display all movie files (.avi at least to begin …
The End.
Ricky116