Facing new challenges everyday

My first iPhone application and the next challenges

April 23rd, 2008

Last sunday I finished the development of my first iPhone application, I could do this by using Xcode and Interface Builder, the last beta of iPhone SDK comes with good integration between these two tools, but there are some components missing on Interface Builder, like UIDatePicker and UISlider, I can bypass it for now.
(more…)

Post to Twitter

Overriding Swing components labels

April 17th, 2008

Are you worried about how can you put some components like JOptionPane, JFileChooser or JColorChooser in your language? You can solve this issue easily! Just add this code at the start of your application:

1
    UIManager.getDefaults().addResourceBundle("com.company.YourBundle");

“com.company.YourBundle” is the basename of your properties file, that can be:

YourBundle.properties
YourBundle_en_US.properties
YourBundle_pt_BR.properties

Where YourBundle*.properties may contains:

FileChooser.openDialogTitleText=Abrir
FileChooser.saveDialogTitleText=Salvar
FileChooser.lookInLabelText=Examinar:
FileChooser.saveInLabelText=Salvar em:

OptionPane.yesButtonText=Sim
OptionPane.noButtonText=N\u00E3o
OptionPane.cancelButtonText=Cancelar

ColorChooser.rgbNameText=RGB
ColorChooser.rgbRedText=Vermelho
ColorChooser.sampleText=Texto de Exemplo Texto de Exemplo
ColorChooser.swatchesNameText=Paleta de cores
ColorChooser.swatchesRecentText=Recente:

Post to Twitter

Information Retrieval and Search solutions for Java platform

April 3rd, 2008

After few days reading Lucene and Solr mailing lists archives I discovered a large range of frameworks and tools related with information retrieval and natural language processing, at first moment we can find the most important search engines components at Lucene site as Lucene subprojects, but there are several other initiatives related with this topic.
(more…)

Post to Twitter

Visitors Around the World

Polls

How Is My Site?

View Results

Loading ... Loading ...

Categories

Meta

Links

hosted by easy2use.net