¡@

Home 

java Programming Glossary: decisions

Java: maintaining aspect ratio of JPanel background image

http://stackoverflow.com/questions/11959758/java-maintaining-aspect-ratio-of-jpanel-background-image

scaling factor for a particular size. I use this to make decisions about which factor I want to use based which algorithm I need..

Rationale for Matcher throwing IllegalStateException when no 'matching' method is called

http://stackoverflow.com/questions/12911504/rationale-for-matcher-throwing-illegalstateexception-when-no-matching-method-i

no 'matching' method is called TL DR What are the design decisions behind Matcher 's API Background Matcher has a behaviour that..

Why no static methods in Interfaces, but static fields and inner classes OK?

http://stackoverflow.com/questions/129267/why-no-static-methods-in-interfaces-but-static-fields-and-inner-classes-ok

there a because they were there in JDK 1.0 and many dodgy decisions were made in JDK 1.0 and b static final fields in interfaces..

Make JPopupMenu Display with a Certain Bottom Left Coordinate

http://stackoverflow.com/questions/16475417/make-jpopupmenu-display-with-a-certain-bottom-left-coordinate

that I no longer need to monitor for mouse events or make decisions about when to show the popup. I then override JComponent#getPopupLocation..

What's wrong with Java Date & Time API?

http://stackoverflow.com/questions/1969442/whats-wrong-with-java-date-time-api

seconds which happen pretty rarely . However the design decisions really lay to waste any thought of being a well designed API...

Why did java have the reputation of being slow? [closed]

http://stackoverflow.com/questions/2163411/why-did-java-have-the-reputation-of-being-slow

rather than explicit memory allocation. Plus bad library decisions. Streams based I O is slow due to the IMO poor choice to require..

Why is January month 0 in Java Calendar?

http://stackoverflow.com/questions/344380/why-is-january-month-0-in-java-calendar

again I'd urge readers not to worry so much about why bad decisions were taken as to look at the whole gamut of nastiness in java.util.Calendar..

Best practices for using Markers in SLF4J/Logback

http://stackoverflow.com/questions/4165558/best-practices-for-using-markers-in-slf4j-logback

as simple as that. The developers don't need to make any decisions here. A single person or team should decide at design time what..

CRUD: To Roo or not to Roo? [closed]

http://stackoverflow.com/questions/4243454/crud-to-roo-or-not-to-roo

but in far more important things like architecture design decisions usage support documentation flexibility maintainability extension..

Correct use of flush() in JPA/Hibernate

http://stackoverflow.com/questions/4275111/correct-use-of-flush-in-jpa-hibernate

performance hit since you are overriding the JPA provider decisions as regards the best timing to send SQL instructions to the database...

Rule of thumb for choosing an implementation of a Java Collection?

http://stackoverflow.com/questions/48442/rule-of-thumb-for-choosing-an-implementation-of-a-java-collection

share improve this question I've always made those decisions on a case by case basis depending on the use case such as Do..

javac optimization flags

http://stackoverflow.com/questions/4997513/javac-optimization-flags

bytecode anyway . The JIT will almost surely make better decisions on the spot knowing the exact environment and observing the..

How to capture System.exit event?

http://stackoverflow.com/questions/914666/how-to-capture-system-exit-event

Design of the Shutdown Hooks API addresses some design decisions of shutdown hooks in a question and answer style. share improve..

what eclipse GUI builder plugin do you suggest [duplicate]

http://stackoverflow.com/questions/942696/what-eclipse-gui-builder-plugin-do-you-suggest

IDE as part of the decision making process since the two decisions tend to be closely related. Instantiations is also another solid..