can anyone help me with my problem?
this is the case, i have two text file from notepad the first one saved as text1.txt and the other one is text2.txt...
the problem is i want to transfer the content of my first file which text1.txt to text2.txt but if i transfer the content it should be on the right alignment...
thanx...
using java...

Take a look at the Java API for the java.io package which you will need a solid understanding for to accomplish your task. The Java API can be found here. This tutorial will probably prove useful to you too.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.