vote up 0 vote down star

Hi,

I know this is not related to programming but I am curious to know about which Framework or tool (like we use .NET Framework to develop desktop application interface) mozilla uses to develop their products like "Firefox", "Thunderbird" etc.

I like the interface of their applications the buttons especially looks cool and light weight. In first look their application and interface looks light weight. Whereas in .NET frameworks desktop applications, buttons looks heavy they are not having effects like moziila have on their interface.

Can anyone tell me what they uses and can i use the same to develop my applications?

Thanks

flag

76% accept rate
Wow, you find Moz apps to be light weight? Try chrome, it will blow your mind – Matt Briggs Feb 17 at 18:25
I used chrome, its lighter than moz apps, but in which language it is actually developed, which platform they have used to make the chrome?? – Prashant Feb 18 at 4:26

3 Answers

vote up 3 vote down check

Their UI is based on XUL (http://en.wikipedia.org/wiki/XUL). You can use a program called XULRunner to create similar applications.

link|flag
Is their any tool, to create applications in XUL, as we do in .NET?? – Prashant Feb 17 at 18:03
If you're asking for a WYSIWYG user interface editor, then no, AFAIK. – Nickolay Jul 9 at 14:31
vote up 1 vote down

The UI they use is all based on XUL, the programming is done in just c++.

Xul

link|flag
vote up 1 vote down

Mozilla uses XUL to create UI for Firefox and Thunderbird. You can think of XUL like a kind of HTML and CSS.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.