<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
	<title>Java Intermediate -  - www.thatisjava.com</title>
	<atom:link href="http://www.thatisjava.com/rss/java-intermediate.xml" rel="self" type="application/rss+xml" />
	<link>http://www.thatisjava.com/category/java-intermediate/</link>
	<description>www.thatisjava.com, Java Intermediate</description>
	<lastBuildDate>Sun, 20 May 2012 11:28:21 GMT</lastBuildDate>
	<generator>http://www.thatisjava.com/?v=6.01</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<item>
	<title>problem in rotating and moving image at same time(JAVA)</title>
	<link>http://www.thatisjava.com/java-intermediate/190459/</link>
	<comments>http://www.thatisjava.com/java-intermediate/190459/</comments>
	<pubDate>Tue, 08 Jun 2010 08:39:00 GMT</pubDate>
	<dc:creator>Babar</dc:creator>
	<category><![CDATA[Java Intermediate]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/java-intermediate/190459/</guid>
	<description><![CDATA[Hello every one im making a car game in which you have upper view
problem im facing is that i cannot move and rotate the car(image) at the same time means
if i press up and right arrow key at the same time i wont rotate and move which i want it to
it just moves forward or rotate
Any one who know......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=190459&amp;cid=22&amp;c=java-intermediate/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
	<item>
	<title>Java not accepting my iterator..</title>
	<link>http://www.thatisjava.com/java-intermediate/190458/</link>
	<comments>http://www.thatisjava.com/java-intermediate/190458/</comments>
	<pubDate>Thu, 08 Oct 2009 00:56:00 GMT</pubDate>
	<dc:creator>Guest</dc:creator>
	<category><![CDATA[Java Intermediate]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/java-intermediate/190458/</guid>
	<description><![CDATA[package LLStuff;import java.io.Serializable;import java.util.Comparator;import java.util.Iterator;import java.lang.Iterable;public class LinkedList&amp;lt;E&gt; implements ListInterface&amp;lt;E&gt;, Iterable&amp;lt;E&gt;{  ..  private Iterator&amp;lt;E&gt; iter;&amp;lt;snip&gt;/* using private inner class for my iterator, ......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=190458&amp;cid=22&amp;c=java-intermediate/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
	<item>
	<title>Zoom In Function help!!</title>
	<link>http://www.thatisjava.com/java-intermediate/190457/</link>
	<comments>http://www.thatisjava.com/java-intermediate/190457/</comments>
	<pubDate>Thu, 17 Jul 2008 20:28:00 GMT</pubDate>
	<dc:creator>stevengibbs</dc:creator>
	<category><![CDATA[Java Intermediate]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/java-intermediate/190457/</guid>
	<description><![CDATA[Hi there. I am creating a simple image editor in Netbeans 4.1. I have a Frame which has a panel listing options to the user such as Zoom In, Zoom Out, Set the picture to black and white etc. I then have a panel where images are loaded to and edited. I am in the process of making the Zoom In func......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=190457&amp;cid=22&amp;c=java-intermediate/</wfw:commentRss>
	<slash:comments>15</slash:comments>
	</item>
	<item>
	<title>Zipping in Java!</title>
	<link>http://www.thatisjava.com/java-intermediate/190456/</link>
	<comments>http://www.thatisjava.com/java-intermediate/190456/</comments>
	<pubDate>Wed, 16 Jul 2008 17:38:00 GMT</pubDate>
	<dc:creator>marccampbell</dc:creator>
	<category><![CDATA[Java Intermediate]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/java-intermediate/190456/</guid>
	<description><![CDATA[Hi Folks,I&amp;#39;m currently trying to make use of the jave.util.zip functionality within Java. I&amp;#39;m trying to create a program for work which will unzip zip folder(s) change a file name (to time.xml) and add 6 further files to the zip folder. Once this is done I then need to zip it back up!! I......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=190456&amp;cid=22&amp;c=java-intermediate/</wfw:commentRss>
	<slash:comments>1</slash:comments>
	</item>
	<item>
	<title>Zipping files</title>
	<link>http://www.thatisjava.com/java-intermediate/190455/</link>
	<comments>http://www.thatisjava.com/java-intermediate/190455/</comments>
	<pubDate>Wed, 16 Jul 2008 18:03:00 GMT</pubDate>
	<dc:creator>anirvanmajumdar</dc:creator>
	<category><![CDATA[Java Intermediate]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/java-intermediate/190455/</guid>
	<description><![CDATA[Hi,First let me explain what I need to achieve using my Java application. There is directory : XXX, inside this dir. there are some more dir. like A,B,C. There can be an image file 123.jpg which can be present in each of these dir. and that too with the same name. Basically, XXX\123.jpg, XXX\A\1......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=190455&amp;cid=22&amp;c=java-intermediate/</wfw:commentRss>
	<slash:comments>4</slash:comments>
	</item>
	<item>
	<title>ZIPOutputStream&apos;s public void putNextEntry(ZipEntry e)</title>
	<link>http://www.thatisjava.com/java-intermediate/190454/</link>
	<comments>http://www.thatisjava.com/java-intermediate/190454/</comments>
	<pubDate>Wed, 16 Jul 2008 18:22:00 GMT</pubDate>
	<dc:creator>bobmoranski</dc:creator>
	<category><![CDATA[Java Intermediate]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/java-intermediate/190454/</guid>
	<description><![CDATA[Hi, I have question about ZIPOutputStream&amp;#39;s public void putNextEntry(ZipEntry e). When we place a ZipEntry, the method puts this ZipEntry object in the beginning of the stream right? The one occupied beginning position prior to the method was placed behind this current one or is it deleted?......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=190454&amp;cid=22&amp;c=java-intermediate/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
	<item>
	<title>ZipFile closed: EJB deployment issue</title>
	<link>http://www.thatisjava.com/java-intermediate/190453/</link>
	<comments>http://www.thatisjava.com/java-intermediate/190453/</comments>
	<pubDate>Tue, 15 Jul 2008 20:29:00 GMT</pubDate>
	<dc:creator>manjunathrane</dc:creator>
	<category><![CDATA[Java Intermediate]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/java-intermediate/190453/</guid>
	<description><![CDATA[Hi all,I am facing problems in the Ejb deployment. Please read the followingV r using Weblogic 7.0 with jdk1.4Just take a luk at steps performed1. V compiled all the source code, the ejbc compilation and the .ear generation thru ant(v 1.5) build scripts with JDK1.4.12. When v tried deployin the......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=190453&amp;cid=22&amp;c=java-intermediate/</wfw:commentRss>
	<slash:comments>1</slash:comments>
	</item>
	<item>
	<title>ZipException - urgent</title>
	<link>http://www.thatisjava.com/java-intermediate/190452/</link>
	<comments>http://www.thatisjava.com/java-intermediate/190452/</comments>
	<pubDate>Wed, 16 Jul 2008 17:51:00 GMT</pubDate>
	<dc:creator>arupchowdhury</dc:creator>
	<category><![CDATA[Java Intermediate]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/java-intermediate/190452/</guid>
	<description><![CDATA[Hi allI am running an application which is running fine on Windows but when i tested it on Linux RedHat 7.1 it gives the following errorOn giving the command to execute,java -Djava.security.policy=FBNServer.policy -jar server.jarit threw the exceptionException in thread &quot;main&quot; java.util.Zip.ZipE......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=190452&amp;cid=22&amp;c=java-intermediate/</wfw:commentRss>
	<slash:comments>1</slash:comments>
	</item>
	<item>
	<title>Zip/Unzip using ANT</title>
	<link>http://www.thatisjava.com/java-intermediate/190451/</link>
	<comments>http://www.thatisjava.com/java-intermediate/190451/</comments>
	<pubDate>Tue, 15 Jul 2008 20:20:00 GMT</pubDate>
	<dc:creator>alisaaisenberg</dc:creator>
	<category><![CDATA[Java Intermediate]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/java-intermediate/190451/</guid>
	<description><![CDATA[Hello!Is anybody know how can I emplement winzip command line option?I need unzip compressed file that include folder with many files and copy it to another directory using ANT.Thank&amp;#39;s......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=190451&amp;cid=22&amp;c=java-intermediate/</wfw:commentRss>
	<slash:comments>2</slash:comments>
	</item>
	<item>
	<title>Zip the file along with password protected</title>
	<link>http://www.thatisjava.com/java-intermediate/190450/</link>
	<comments>http://www.thatisjava.com/java-intermediate/190450/</comments>
	<pubDate>Wed, 16 Jul 2008 18:08:00 GMT</pubDate>
	<dc:creator>prasaththirumoorthy</dc:creator>
	<category><![CDATA[Java Intermediate]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/java-intermediate/190450/</guid>
	<description><![CDATA[Hi Friends,Using the java.util.zip api we can zip the file.But the thing is I need to zip the file along with password protection.Could you please guide me on the same.Let me know is there any other API to do this or we can solve it using java api itself.Thanks &amp; Regards,Prasath Thirumoorthy......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=190450&amp;cid=22&amp;c=java-intermediate/</wfw:commentRss>
	<slash:comments>1</slash:comments>
	</item>
</channel>
</rss>
