- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
Re: you can use this for individual files in a folder [CODE] final ImageFilter imageFilter = new ImageFilter(); final File dir = new File("some/dir"); for(final File imgFile : dir.listFies()) { if(imageFilter.accept(imgFile)){ doSomethingWithImgFile(imgFile); } } class ImageFilter{ String GIF = "gif"; String PNG = "png"; String JPG = "jpg"; String BMP = … | |
Re: deploy the application on the server make a request to the servlet/jsp from a browser | |
Re: though i have not got you properly but are you looking for [CODE] c.getRed(); c.getGreen(); c.getBlue(); c.getRGB(); [/CODE] | |
Re: i think you need to code like this [CODE] public static void main(String[] args) { new Main().mainMenu(); //creating the instance and calling the method } [/CODE] | |
Re: you can try [CODE] <script language="javascript" type="text/javascript" src="<%=request.getContextPath()%>/Hi.js"> </script> [/CODE] | |
|
The End.