All posts in 'English posts'

Why does this always happens to me…

01-Oct-08

…yeah, this thing happened only once, but its a great example: I heavily use email on my mobile phone. Actually, i’m using ssl for sending emails. Suddenly out of nothing it stopped working. Receiving via imaps wasn’t a problem, but outgoing mail stuck with “unrecognized command”. Yeah, great. Checked configs in my phone, on my […]

Read the complete article »

Enabling tooltips on a JTree

12-Aug-08

Thinks i keep forgetting. Today: Enabling a JTree in J2SE to show different tooltips on his nodes: 1. Create a custom tree renderer like so: import java.awt.Component;   import javax.swing.JTree; import javax.swing.tree.DefaultMutableTreeNode; import javax.swing.tree.DefaultTreeCellRenderer;   public class TooltipTreeRenderer extends DefaultTreeCellRenderer { @Override public Component getTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int […]

Read the complete article »

Absurdistan (2)

07-Aug-08

Behold, here comes the iPhone app all retards have been waiting for: I Am Rich. Actually, i think it’s kinda funny, although i guess some people won’t get the joke. Edit: Oh and by the way, it seems, you’re never alone as the iPhone keeps iphoning ihome. ipuke, iguess.

Read the complete article »

Sony Ericsson C702: Show received and send traffic

28-Jul-08

Once again, a quick reminder for myself: Howto display the internet traffic on your Sony Ericsson C702: Menü, #, 4th Tab, 5 (On a german phone: “Einstellungen / Anrufe / Zeit und Kosten”) I guess that works with other SEs like K800i and K850i. I remember an old SE that i had which always displayed […]

Read the complete article »