First  |  Prev |  Next  |  Last
Pages: 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
Security Policy to limit access to Printer or third party libraries
I'm looking for a way to provide or limit access to certain libraries within Java. For example, how could I prevent printing through policy control so that people accessing certain applets could not print. Or turn off all access but give only rights to use certain third party libraries that allow access to a sca... 8 Apr 2010 16:17
How to separate channels from BufferedImage?
Hi! I try to make simple codec for bitmaps. During programming a find a problem. How to separate channels from BufferedImage. ... 8 Apr 2010 15:09
ordinal() returns inconsistent values?
Hello, I have recently been told that the ordinal() method in a Java enum will not necessarily return the same value in different invocations of the JVM. Has anyone else found this? BTW, the semantics of the enum will stay the same, an enumerated value that was once greater than another will continue to be so... 13 Apr 2010 20:41
JNDI searches
We run our JEE web apps in BEA (now Oracle) Weblogic. We've from time to time explored alternatives. Generally moving a WAR to another platform works fine, with one exception.... We have a JNDI data source defined in the container, say "myData". To use it, we make a call like: InitialContext ic = new Ini... 23 Apr 2010 17:27
get CPU info, RAM info
How using java to get the size of RAM, CPU information? ... 20 Apr 2010 15:45
Still don't get LayoutManagers
Hi, Here's what I don't get fundamentally about the Layout managers and the available documentation doesn't explain. The documentation seems to suggest that the layout process is bottoms up: the children are laid out first, then the parents. I think that makes sense for the "pack" command, but not for the w... 6 Apr 2010 18:42
store variables in a jsp page scope with the spring framework
I want to store some variables (e.g. number of rows per table) at page scope in Spring framework so that each page has its own group of variables. What is the proper way to do that with the spring 2.5.x framework? This has compile errors. What is the proper way to initialize pageContext? import javax.servlet.js... 6 Apr 2010 19:50
UIUC Professor’s Role in Liberian Shakedown Scheme
UIUC ProfessorÂ’s Role in Liberian Shakedown Scheme http://www.dltruth.com/attachment.php?aid=96 A UIUC physics professor acted in concert with Liberian thugs to shakedown a fledgling medical school that refused to pay a $6,000 a month bribe, documents filed in the US district court in Los Angeles allege. Geor... 5 Apr 2010 06:06
Custom LayoutManager troubles
Hi, I've written a simple layout manager that's similar to BoxLayout excepts deals with preferredSizes a little differently. It all works well when use the mouse to expand the parent frame. Everything gets re-laid out perfectly. However, when I shrink the frame, my JPanel's stay their largest expanded size.... 5 Apr 2010 17:13
Distance traveled (not traveling sales man)
Hi, I have a set number of distances (say 100) They range between 1 and 50 miles, if my target is 100 miles and i need to arrange them into groups what is the best way. I.E 25,38,36 25,23,26,15,11 25,23,36,15 23,26,24,27 I could do a mix and mach for each distance against each other, but as the ... 5 Apr 2010 10:28
First  |  Prev |  Next  |  Last
Pages: 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57