Table of Contents

Introduction GUI Methods GUI Components Sample GUI 1 Notes Sample GUI 2 Conclusion

GUI Methods - GUI126

We quickly look at the methods for creating a GUI


GUI Methods

  1. Use a Widget Library
  2. Build Your Widgets

1. Use a Widget Library

It is quite a quick method. But in many cases the Widget library might not support your specific need.

It is also quite cumbersome to make a widget library. The browsers took many years to arrive at what it is now.

You might end up with a bloated program.

2. Build Your Widgets

It's a relatively slow method. And you don't need to build all the widgets everyone needs but what you are needing

It is needed when the widgets library doesn't support your specific needs.

This book is all about this method and it shorted to BYW

< Previous Next >