Slashdot Mirror


User: flashman78

flashman78's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:Running this puppy - bzip on Jazilla Milestone 1 Released · · Score: 1

    If you need a bzip decompresser, here's a free one www.davidcampaign.net/dczip.html

  2. Re:Another justification... on Jazilla Milestone 1 Released · · Score: 2, Informative

    > Swing layout is one of the reasons Java GUIs seam to be broken. If you resize a window, you get a lot of grey boxes. Sure, Mozilla could use some double buffering on their resizing, but it doesn't leave me with a gray screen instead of seeing how the components will look after resizing.

    There is a new method in 1.4, the programmer needs to call this method before creating any windows....

    try
    {

    Toolkit.getDefaultToolkit().setDynamicLayout(true) ;
    }
    catch (NoSuchMethodError e)
    { // not availble before 1.4
    }

    This will fix the problem...

  3. Some informative comments... on Techies Working for Peanuts · · Score: 1

    >Right now, I can buy a keyboard for $10, and a mouse for $5. Just about
    >anyone can afford a pair. That's thanks to overseas manufacturing of a
    >lot of components -- massive globalisation.

    No, this is due to the development of a whole range of factors amongst which are mass production, the development of cheap plastic injection technology, cheap labour, container ships, a mature market for basic computer peripherals.

    If the importer now pays a lower import tax *then* globalisation is also a reason.

    If they are importing from Mexico this would probably be the case, however NAFTA is hardly globalisation is it? It's more like regionalisation.

    >I can buy almost any fruit I'd like, any time of the year. I can afford foods
    >that used to be only for the seriously wealthy (and of poor quality),
    >like pineapples, mangos, and oranges.

    This because of the development of refrigerated container ships and transport aircraft, it has nothing to do with globalisation. Globalisation is the exposure of your home market to foreign competition and cheaper labour. This is a particularly stupid example for you
    to give when the EU and the US pay huge subsidies to their farmers so they can survive this global competition.

  4. Re:For bzip2 to succeed on PKWare Zips to Growth · · Score: 1

    dczip can create tar.bzip2 archives, runs on windows, unix and mac search google for dczip - its free